From bf8e1ee6e053c12ebfbdebd48954af695948c492 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sun, 16 Jun 2013 22:28:11 +1200 Subject: BUG FIXES ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591) --- python/subunit/tests/test_progress_model.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'python/subunit/tests/test_progress_model.py') diff --git a/python/subunit/tests/test_progress_model.py b/python/subunit/tests/test_progress_model.py index 76200c6..2ca0888 100644 --- a/python/subunit/tests/test_progress_model.py +++ b/python/subunit/tests/test_progress_model.py @@ -110,9 +110,3 @@ class TestProgressModel(unittest.TestCase): progress.advance() progress.pop() self.assertProgressSummary(1, 3, progress) - - -def test_suite(): - loader = subunit.tests.TestUtil.TestLoader() - result = loader.loadTestsFromName(__name__) - return result -- cgit v1.2.1