Import matcher used.
authorThomi Richards <thomi.richards@canonical.com>
Sun, 12 Jan 2014 22:14:30 +0000 (11:14 +1300)
committerThomi Richards <thomi.richards@canonical.com>
Sun, 12 Jan 2014 22:14:30 +0000 (11:14 +1300)
python/subunit/tests/test_output_filter.py

index cba9332d2dd6011bac516e73f48be478823ae9de..0f61ac5d6f9f29d10c2d9abd66ac55f8560313a1 100644 (file)
@@ -27,6 +27,7 @@ from testtools.compat import _u
 from testtools.matchers import (
     Equals,
     Matcher,
+    MatchesAny,
     MatchesListwise,
     Mismatch,
     raises,