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