fix test after ronny's pytest-debug improvements

This commit is contained in:
holger krekel
2012-12-04 20:31:37 +01:00
parent 22dd5e29e2
commit 5f99511ab7

View File

@@ -76,5 +76,6 @@ def test_PYTEST_DEBUG(testdir, monkeypatch):
result = testdir.runpytest()
assert result.ret == 0
result.stderr.fnmatch_lines([
"*registered*PluginManager*"
"*pytest_plugin_registered*",
"*manager*PluginManager*"
])