fix some tests wrt to expecting output now that pytest does no

introduce unwanted "buffering" on "-s" calls.
This commit is contained in:
holger krekel
2013-09-27 12:28:34 +02:00
parent 684d7f8668
commit da7133d201
4 changed files with 13 additions and 13 deletions

View File

@@ -28,4 +28,4 @@ def test_fixture_finalizer(testdir):
"""))
reprec = testdir.runpytest("-s")
for test in ['test_browser']:
reprec.stdout.fnmatch_lines('Finalized')
reprec.stdout.fnmatch_lines('*Finalized*')