From 153303b8e9d1f76724feaeb1b62ef20cd6f393cf Mon Sep 17 00:00:00 2001 From: Thomi Richards Date: Mon, 13 Jan 2014 11:14:30 +1300 Subject: Import matcher used. --- python/subunit/tests/test_output_filter.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/subunit') 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, -- cgit v1.2.1