Update conftest.py
This commit is contained in:
parent
0f00495548
commit
74cdff86f8
|
@ -3,5 +3,5 @@ import pytest
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def arg1(request):
|
def arg1(request):
|
||||||
with pytest.raises(Exception):
|
with pytest.raises(pytest.FixtureLookupError):
|
||||||
request.getfixturevalue("arg2")
|
request.getfixturevalue("arg2")
|
||||||
|
|
Loading…
Reference in New Issue