diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-12-13 12:59:07 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-12-13 12:59:07 +1100 |
| commit | c5479506621ca357874025721edfeff3108abe9f (patch) | |
| tree | cfa11b841ef026e387b701e7937753e7e7edb764 /python/subunit | |
| parent | 1b9926ca49b7060edb5f5e068a9cc30d775f1308 (diff) | |
| download | subunit-git-c5479506621ca357874025721edfeff3108abe9f.tar.gz | |
Cruft. Go.
Diffstat (limited to 'python/subunit')
| -rw-r--r-- | python/subunit/tests/test_test_results.py | 8 |
1 files changed, 0 insertions, 8 deletions
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): |
