forked from VimPlug/jedi
Make sure inheritance works for fixtures, fixes #791
This commit is contained in:
@@ -15,3 +15,8 @@ def my_conftest_fixture(my_other_conftest_fixture):
|
||||
|
||||
def my_not_existing_fixture():
|
||||
return 3 # Just a normal function
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def inheritance_fixture():
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user