[py-svn] py-trunk commit cafe6568b5ae: fix wrong test invocation

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed May 19 17:23:27 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1274281513 -7200
# Node ID cafe6568b5aeb2a151658752867ce7143ee3b7ba
# Parent  ecf47488171a52cc2eb3e7b4a8735c998ae307a5
fix wrong test invocation

--- a/testing/plugin/test_pytest_skipping.py
+++ b/testing/plugin/test_pytest_skipping.py
@@ -162,7 +162,7 @@ class TestXFail:
             def test_that():
                 assert 1
         """)
-        result = testdir.runpytest(p, '-rX')
+        result = testdir.runpytest(p, '-rP')
         result.stdout.fnmatch_lines([
             "*XPASS*test_that*",
             "*1 xpassed*"



More information about the pytest-commit mailing list