[py-svn] pytest-xdist commit 65ce742e0e1a: adapt for fnmatch_lines changes on trunk

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Apr 29 00:49:07 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1272494831 -7200
# Node ID 65ce742e0e1a4cd1c5d364be6e7e378390467d98
# Parent  a3c7af80b76fb2d03036753ebf22c21305ad35d0
adapt for fnmatch_lines changes on trunk

--- a/testing/test_boxed.py
+++ b/testing/test_boxed.py
@@ -8,7 +8,7 @@ def test_functional_boxed(testdir):
             os.kill(os.getpid(), 15)
     """)
     result = testdir.runpytest(p1, "--boxed")
-    assert result.stdout.fnmatch_lines([
+    result.stdout.fnmatch_lines([
         "*CRASHED*",
         "*1 failed*"
     ])



More information about the pytest-commit mailing list