diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2014-01-13 11:14:30 +1300 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2014-01-13 11:14:30 +1300 |
| commit | 3c660e191002c852bf579bbee92597a274c8ada8 (patch) | |
| tree | e87190b5d94d5683f7a1ab6bc3ebf0f424912df5 /python | |
| parent | 19b2995c1171430b421ddbd5d93101f4f427f4c6 (diff) | |
| download | subunit-3c660e191002c852bf579bbee92597a274c8ada8.tar.gz | |
Import matcher used.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/tests/test_output_filter.py | 1 |
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, |
