diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-10-09 15:05:30 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-10-09 15:05:30 +1100 |
| commit | cc36797e0831ed019dbfb4b37b33636f5c25abfa (patch) | |
| tree | 879a830fbe5b6f87e095b9477f1a2a716f62a56b /python/subunit/__init__.py | |
| parent | af6f8521c7d26966b63c66d164cc5a7e01d2e86b (diff) | |
| download | subunit-git-cc36797e0831ed019dbfb4b37b33636f5c25abfa.tar.gz | |
Support addUnexpectedSuccess.
Diffstat (limited to 'python/subunit/__init__.py')
| -rw-r--r-- | python/subunit/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index b5d7d76..5b482e3 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -563,6 +563,7 @@ class TestProtocolClient(unittest.TestResult): else: self._write_details(details) self._stream.write("]\n") + addUnexpectedSuccess = addSuccess def startTest(self, test): """Mark a test as starting its test run.""" |
