summaryrefslogtreecommitdiff
path: root/python/subunit
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2014-01-13 11:14:30 +1300
committerThomi Richards <thomi.richards@canonical.com>2014-01-13 11:14:30 +1300
commit153303b8e9d1f76724feaeb1b62ef20cd6f393cf (patch)
treee87190b5d94d5683f7a1ab6bc3ebf0f424912df5 /python/subunit
parent745e34df06e236b0e114a55162e4833df9f99b56 (diff)
downloadsubunit-git-153303b8e9d1f76724feaeb1b62ef20cd6f393cf.tar.gz
Import matcher used.
Diffstat (limited to 'python/subunit')
-rw-r--r--python/subunit/tests/test_output_filter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/subunit/tests/test_output_filter.py b/python/subunit/tests/test_output_filter.py
index cba9332..0f61ac5 100644
--- a/python/subunit/tests/test_output_filter.py
+++ b/python/subunit/tests/test_output_filter.py
@@ -27,6 +27,7 @@ from testtools.compat import _u
from testtools.matchers import (
Equals,
Matcher,
+ MatchesAny,
MatchesListwise,
Mismatch,
raises,