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 | bf8e1ee6e053c12ebfbdebd48954af695948c492 (patch) | |
| tree | 6250d0ef889471cbbf78b999d36df92a3ca25ca9 /python/subunit/tests/test_subunit_stats.py | |
| parent | 12bcba4d055d8cede155976cba1acb8a5a7f2994 (diff) | |
| download | subunit-git-bf8e1ee6e053c12ebfbdebd48954af695948c492.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_subunit_stats.py')
| -rw-r--r-- | python/subunit/tests/test_subunit_stats.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/subunit/tests/test_subunit_stats.py b/python/subunit/tests/test_subunit_stats.py index 6fd3301..7c5e42d 100644 --- a/python/subunit/tests/test_subunit_stats.py +++ b/python/subunit/tests/test_subunit_stats.py @@ -76,9 +76,3 @@ Seen tags: global, local self.setUpUsedStream() self.result.formatStats() self.assertEqual(expected, self.output.getvalue()) - - -def test_suite(): - loader = subunit.tests.TestUtil.TestLoader() - result = loader.loadTestsFromName(__name__) - return result |
