forked from VimPlug/jedi
Make sure fixture resolving works in conftest.py, see #791
This commit is contained in:
@@ -20,3 +20,10 @@ def my_not_existing_fixture():
|
||||
@pytest.fixture()
|
||||
def inheritance_fixture():
|
||||
return ''
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def testdir(testdir):
|
||||
#? ['chdir']
|
||||
testdir.chdir
|
||||
return testdir
|
||||
|
||||
Reference in New Issue
Block a user