fix some tests wrt to expecting output now that pytest does no
introduce unwanted "buffering" on "-s" calls.
This commit is contained in:
@@ -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*')
|
||||
|
||||
Reference in New Issue
Block a user