Update conftest.py

This commit is contained in:
earonesty
2019-11-27 11:07:51 -05:00
committed by Bruno Oliveira
parent 0f00495548
commit 74cdff86f8

View File

@@ -3,5 +3,5 @@ import pytest
@pytest.fixture
def arg1(request):
with pytest.raises(Exception):
with pytest.raises(pytest.FixtureLookupError):
request.getfixturevalue("arg2")