Update testing/test_runner.py

This commit is contained in:
Daniel Hahler 2019-04-14 23:26:56 +02:00 committed by GitHub
parent 1dd5f088fa
commit f1f1862b19
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ def test_pytest_exit_returncode(testdir):
) )
result = testdir.runpytest() result = testdir.runpytest()
result.stdout.fnmatch_lines(["*! *Exit: some exit msg !*"]) result.stdout.fnmatch_lines(["*! *Exit: some exit msg !*"])
# Assert no output on stderr, except for unreliable ResourceWarnings. # Assert no output on stderr, except for unreliable ResourceWarnings.
# (https://github.com/pytest-dev/pytest/issues/5088) # (https://github.com/pytest-dev/pytest/issues/5088)
assert [ assert [
x x