1
0
forked from VimPlug/jedi

Make sure fixture resolving works in conftest.py, see #791

This commit is contained in:
Dave Halter
2020-01-06 23:27:25 +01:00
parent 9c4cd40b7e
commit d8deceb4b1
3 changed files with 14 additions and 6 deletions

View File

@@ -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