diff tests/test_fetch_exec.py @ 1044:d741f536f23a

tests: remove old test-loading infrastructure (for those in the know, this is known as a suitectomy)
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 07 Aug 2013 16:00:52 +0200
parents 04729f3a3d17
children 449c61eeace7
line wrap: on
line diff
--- a/tests/test_fetch_exec.py
+++ b/tests/test_fetch_exec.py
@@ -28,8 +28,3 @@ class TestFetchExec(test_util.TestBase):
 
     def test_empty_prop_val_executable_stupid(self):
         self.test_empty_prop_val_executable(True)
-
-def suite():
-    all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestFetchExec),
-          ]
-    return unittest.TestSuite(all_tests)