From fb1c96665201a8090bcf14db7a71a752e4cd7041 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Sep 2010 21:17:05 +0200 Subject: subunit: Use standard subunit test protocol client, use standard name for startTest. --- selftest/format-subunit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'selftest/format-subunit') diff --git a/selftest/format-subunit b/selftest/format-subunit index 31136b05ffa..ff57b54ace0 100755 --- a/selftest/format-subunit +++ b/selftest/format-subunit @@ -28,7 +28,7 @@ def format_time(t): return ret -class PlainFormatter(testtools.testresult.TestResult): +class PlainFormatter(subunithelper.TestsuiteEnabledTestResult): def __init__(self, summaryfile, verbose, immediate, statistics, totaltests=None): @@ -122,7 +122,7 @@ class PlainFormatter(testtools.testresult.TestResult): sys.stdout.write(out) - def start_test(self, testname): + def startTest(self, testname): pass def end_test(self, testname, result, unexpected, reason=None): -- cgit v1.2.1