diff tests/test_svn_pre_commit_hooks.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 cf53cfaaa050
children cff81f35b31e
line wrap: on
line diff
--- a/tests/test_svn_pre_commit_hooks.py
+++ b/tests/test_svn_pre_commit_hooks.py
@@ -29,6 +29,3 @@ class TestSvnPreCommitHooks(test_util.Te
                    ]
         self.commitchanges(changes)
         self.assertRaises(util.Abort, self.pushrevisions)
-
-def suite():
-    return unittest.findTestCases(sys.modules[__name__])