tests/run-tests.py
changeset 24965 cecbe207cebd
parent 24926 3fe1e07f1a32
child 24967 00790cc2b753
--- a/tests/run-tests.py	Thu May 07 16:43:58 2015 -0700
+++ b/tests/run-tests.py	Thu May 07 23:18:48 2015 -0700
@@ -442,6 +442,11 @@
         else:
             self._refout = []
 
+    # needed to get base class __repr__ running
+    @property
+    def _testMethodName(self):
+        return self.name
+
     def __str__(self):
         return self.name