From c5479506621ca357874025721edfeff3108abe9f Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sun, 13 Dec 2009 12:59:07 +1100 Subject: Cruft. Go. --- python/subunit/tests/test_test_results.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'python') diff --git a/python/subunit/tests/test_test_results.py b/python/subunit/tests/test_test_results.py index dac6288..fe82c04 100644 --- a/python/subunit/tests/test_test_results.py +++ b/python/subunit/tests/test_test_results.py @@ -60,14 +60,6 @@ class TimeCapturingResult(unittest.TestResult): self._calls.append(a_datetime) -class LoggingResult(object): - """Basic support for logging of results.""" - - def __init__(self): - self._calls = [] - self.shouldStop = False - - class TestHookedTestResultDecorator(unittest.TestCase): def setUp(self): -- cgit v1.2.1