summaryrefslogtreecommitdiffstats
path: root/tests/test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_util.py')
-rw-r--r--tests/test_util.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_util.py b/tests/test_util.py
index 59d82b9ba..e16da6c1d 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -37,6 +37,3 @@ class UtilTestCase(TestCase):
good = "/foo/bar/baz"
self.failUnless(normalize_path(path) == good, msg="NormalizePath(%s) failed to produce %s" % (path, good))
-def suite():
- return TestLoader().loadTestsFromTestCase(UtilTestCase)
-