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 | 153303b8e9d1f76724feaeb1b62ef20cd6f393cf (patch) | |
| tree | e87190b5d94d5683f7a1ab6bc3ebf0f424912df5 /python/subunit | |
| parent | 745e34df06e236b0e114a55162e4833df9f99b56 (diff) | |
| download | subunit-git-153303b8e9d1f76724feaeb1b62ef20cd6f393cf.tar.gz | |
Import matcher used.
Diffstat (limited to 'python/subunit')
| -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, |
