Add FIXME.
This commit is contained in:
parent
25711a0879
commit
2315de8321
|
@ -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*"
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue