Add FIXME.
This commit is contained in:
parent
25711a0879
commit
2315de8321
|
@ -381,6 +381,8 @@ class TestInvocationVariants:
|
|||
|
||||
result = testdir.runpytest("--pyargs", "tpkg.test_hello")
|
||||
assert result.ret != 0
|
||||
# FIXME: It would be more natural to match NOT
|
||||
# "ERROR*file*or*package*not*found*".
|
||||
result.stdout.fnmatch_lines([
|
||||
"*collected 0 items*"
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue