Merge branch '2.4.5' of ssh://git.tasktools.org/tm/task into 2.4.5

This commit is contained in:
Paul Beckingham 2015-07-03 14:56:23 -04:00
commit f3f38bd7aa

View file

@ -66,7 +66,7 @@ class TAPTestResult(unittest.result.TestResult):
if self.descriptions and doc_first_line:
return doc_first_line
else:
return str(test)
return "{0} ({1})".format(test._testMethodName, test.__class__.__name__)
def startTestRun(self, total="unk"):
self.stream.writeln("1..{0}".format(total))