From 2315de8321deca4a742b91732f4ed0e592323cb2 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Mon, 5 Sep 2011 22:01:50 +0200 Subject: [PATCH] Add FIXME. --- testing/acceptance_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/acceptance_test.py b/testing/acceptance_test.py index 3e68d30ff..d6a0db473 100644 --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -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*" ])