fix test after ronny's pytest-debug improvements
This commit is contained in:
parent
22dd5e29e2
commit
5f99511ab7
|
@ -76,5 +76,6 @@ def test_PYTEST_DEBUG(testdir, monkeypatch):
|
||||||
result = testdir.runpytest()
|
result = testdir.runpytest()
|
||||||
assert result.ret == 0
|
assert result.ret == 0
|
||||||
result.stderr.fnmatch_lines([
|
result.stderr.fnmatch_lines([
|
||||||
"*registered*PluginManager*"
|
"*pytest_plugin_registered*",
|
||||||
|
"*manager*PluginManager*"
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue