summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,