diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-12 03:45:53 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-12 03:45:53 +0200 |
| commit | 56fbdb98b013b2e98fc7ed2c4d5ea4905d64e4f6 (patch) | |
| tree | 9ffb7616a2f490eafc22d46e8c4aa575c1d1e656 /python/subunit/__init__.py | |
| parent | 001c80084a03f30810baab2a1b68669dad1413dc (diff) | |
| download | subunit-56fbdb98b013b2e98fc7ed2c4d5ea4905d64e4f6.tar.gz | |
Move subunitrun => subunit.run
Diffstat (limited to 'python/subunit/__init__.py')
| -rw-r--r-- | python/subunit/__init__.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 23f3f07..7d800a8 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -774,14 +774,3 @@ class TestResultFilter(unittest.TestResult): return id[len("subunit.RemotedTestCase."):] return id - -class SubunitTestRunner(object): - def __init__(self, stream=sys.stdout): - self.stream = stream - - def run(self, test): - "Run the given test case or test suite." - result = TestProtocolClient(self.stream) - test(result) - return result - |
