summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_root.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-10-30 12:30:57 -0400
committerBarry Warsaw2011-10-30 12:30:57 -0400
commitf8456fef792eaa7b36a5b04072c5ad15d5fb6d48 (patch)
treebedb742266f1d70c132e642497566cc620823453 /src/mailman/rest/tests/test_root.py
parent42d13a8672d73aca2fc889633dbf7b3ff2a9c7ee (diff)
downloadmailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.gz
mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.tar.zst
mailman-f8456fef792eaa7b36a5b04072c5ad15d5fb6d48.zip
Diffstat (limited to 'src/mailman/rest/tests/test_root.py')
-rw-r--r--src/mailman/rest/tests/test_root.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mailman/rest/tests/test_root.py b/src/mailman/rest/tests/test_root.py
index 856767947..a6a3c33ba 100644
--- a/src/mailman/rest/tests/test_root.py
+++ b/src/mailman/rest/tests/test_root.py
@@ -21,7 +21,6 @@ from __future__ import absolute_import, unicode_literals
__metaclass__ = type
__all__ = [
- 'test_suite',
]
@@ -84,10 +83,3 @@ class TestSystem(unittest.TestCase):
self.assertEqual(exc.code, 405)
else:
raise AssertionError('Expected HTTPError')
-
-
-
-def test_suite():
- suite = unittest.TestSuite()
- suite.addTest(unittest.makeSuite(TestSystem))
- return suite