diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-06-16 22:28:11 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-06-16 22:28:11 +1200 |
| commit | c2b9a4fa30d851b707b6a8bfc81874d6242364da (patch) | |
| tree | 6250d0ef889471cbbf78b999d36df92a3ca25ca9 /python/subunit/tests/test_run.py | |
| parent | b28c13bd05caa9ba2b4499f80bfa50a90c6a5796 (diff) | |
| download | subunit-c2b9a4fa30d851b707b6a8bfc81874d6242364da.tar.gz | |
BUG FIXES
~~~~~~~~~
* Removed GPL files that were (C) non Subunit Developers - they are
incompatible for binary distribution, which affects redistributors.
(Robert Collins, #1185591)
Diffstat (limited to 'python/subunit/tests/test_run.py')
| -rw-r--r-- | python/subunit/tests/test_run.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/subunit/tests/test_run.py b/python/subunit/tests/test_run.py index 209185d..0ca5a51 100644 --- a/python/subunit/tests/test_run.py +++ b/python/subunit/tests/test_run.py @@ -24,12 +24,6 @@ import subunit from subunit.run import SubunitTestRunner -def test_suite(): - loader = subunit.tests.TestUtil.TestLoader() - result = loader.loadTestsFromName(__name__) - return result - - class TestSubunitTestRunner(unittest.TestCase): def test_includes_timing_output(self): |
