laxer test for also passing it with pypy

This commit is contained in:
holger krekel 2011-02-04 22:51:05 +01:00
parent b04f87b1a6
commit eb225456d7
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class TestInvocationVariants:
result = testdir.runpytest("--pyargs", "tpkg.test_hello") result = testdir.runpytest("--pyargs", "tpkg.test_hello")
assert result.ret != 0 assert result.ret != 0
result.stderr.fnmatch_lines([ result.stderr.fnmatch_lines([
"*file*not*found*test_hello.py", "*file*not*found*test_hello",
]) ])
def test_cmdline_python_package_not_exists(self, testdir): def test_cmdline_python_package_not_exists(self, testdir):