We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd5f08 commit f1f1862Copy full SHA for f1f1862
testing/test_runner.py
@@ -581,7 +581,7 @@ def test_foo():
581
)
582
result = testdir.runpytest()
583
result.stdout.fnmatch_lines(["*! *Exit: some exit msg !*"])
584
- # Assert no output on stderr, except for unreliable ResourceWarnings.
+ # Assert no output on stderr, except for unreliable ResourceWarnings.
585
# (https://github.com/pytest-dev/pytest/issues/5088)
586
assert [
587
x
0 commit comments