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 83c508e commit 0baf5e1Copy full SHA for 0baf5e1
testing/test_helpconfig.py
@@ -33,7 +33,7 @@ def pytest_hello(xyz):
33
""")
34
result = testdir.runpytest()
35
assert result.ret != 0
36
- result.stderr.fnmatch_lines([
+ result.stdout.fnmatch_lines([
37
'*unknown hook*pytest_hello*'
38
])
39
0 commit comments