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
1 changed files with 2 additions and 1 deletions

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*"
])