summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-07-12 21:37:34 +1200
committerRobert Collins <robertc@robertcollins.net>2015-07-12 21:37:34 +1200
commitd30ab4028b50467cf435f66e555bf77f07be91b0 (patch)
tree152364ba87ad8487c35c78c915e01dc9c2416573
parent446762bcdb7c0f44d52610c102f1e4bb7343a1f4 (diff)
downloadtestrepository-d30ab4028b50467cf435f66e555bf77f07be91b0.tar.gz
Fix 3.3+ tests with nested classnames.
-rw-r--r--testrepository/tests/ui/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrepository/tests/ui/test_cli.py b/testrepository/tests/ui/test_cli.py
index 9ba11ad..e1f9b44 100644
--- a/testrepository/tests/ui/test_cli.py
+++ b/testrepository/tests/ui/test_cli.py
@@ -157,7 +157,7 @@ class TestCLIUI(ResourcedTestCase):
self.assertThat(ui._stdout.buffer.getvalue().decode('utf8'),
DocTestMatches("""\
======================================================================
-FAIL: testrepository.tests.ui.test_cli.Case.method
+FAIL: testrepository.tests.ui.test_cli...Case.method
----------------------------------------------------------------------
...Traceback (most recent call last):...
File "...test_cli.py", line ..., in method