fix and test --fixtures location information

This commit is contained in:
holger krekel
2012-10-17 13:12:33 +02:00
parent 20849a44f5
commit 26ab80c4cd
2 changed files with 2 additions and 2 deletions

View File

@@ -1590,7 +1590,7 @@ class TestShowFixtures:
def test_show_fixtures_verbose(self, testdir):
result = testdir.runpytest("--fixtures", "-v")
result.stdout.fnmatch_lines([
"*tmpdir*",
"*tmpdir*--*tmpdir.py*",
"*temporary directory*",
]
)