mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
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