[py-svn] commit/pytest: hpk42: fix test after ronny's pytest-debug improvements

Bitbucket commits-noreply at bitbucket.org
Tue Dec 4 20:31:45 CET 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/4647d2714061/
changeset:   4647d2714061
user:        hpk42
date:        2012-12-04 20:31:37
summary:     fix test after ronny's pytest-debug improvements
affected #:  1 file

diff -r 4cff6242f274afa4a47ede78139e63fdb726828b -r 4647d271406184af5b98137bdd67d8e33f282f88 testing/test_helpconfig.py
--- a/testing/test_helpconfig.py
+++ b/testing/test_helpconfig.py
@@ -76,5 +76,6 @@
     result = testdir.runpytest()
     assert result.ret == 0
     result.stderr.fnmatch_lines([
-        "*registered*PluginManager*"
+        "*pytest_plugin_registered*",
+        "*manager*PluginManager*"
     ])

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list