diff tests/test_svnwrap.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 f2de043ac924
children 019c3e194fba
line wrap: on
line diff
--- a/tests/test_svnwrap.py
+++ b/tests/test_svnwrap.py
@@ -57,8 +57,3 @@ class TestRootAsSubdirOfRepo(TestBasicRe
         self.repo = svnwrap.SubversionRepo(test_util.fileurl(
             self.repo_path + '/dummyproj'
         ))
-
-def suite():
-    all_tests = [unittest.TestLoader().loadTestsFromTestCase(TestBasicRepoLayout),
-           unittest.TestLoader().loadTestsFromTestCase(TestRootAsSubdirOfRepo)]
-    return unittest.TestSuite(all_tests)