diff tests/test_push_autoprops.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 772280aed751
children 2d7398fffd0d
line wrap: on
line diff
--- a/tests/test_push_autoprops.py
+++ b/tests/test_push_autoprops.py
@@ -100,8 +100,3 @@ class ParseAutoPropsTests(test_util.Test
             'svn:eol-style': 'native',
             'svn:executable': 'true'},
             props)
-
-
-def suite():
-    return unittest.findTestCases(sys.modules[__name__])
-