Add FIXME.

This commit is contained in:
Florian Mayer 2011-09-05 22:01:50 +02:00
parent 25711a0879
commit 2315de8321
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,8 @@ class TestInvocationVariants:
result = testdir.runpytest("--pyargs", "tpkg.test_hello") result = testdir.runpytest("--pyargs", "tpkg.test_hello")
assert result.ret != 0 assert result.ret != 0
# FIXME: It would be more natural to match NOT
# "ERROR*file*or*package*not*found*".
result.stdout.fnmatch_lines([ result.stdout.fnmatch_lines([
"*collected 0 items*" "*collected 0 items*"
]) ])