summaryrefslogtreecommitdiff
path: root/src/zope/configuration/tests/test_docutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/configuration/tests/test_docutils.py')
-rw-r--r--src/zope/configuration/tests/test_docutils.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/zope/configuration/tests/test_docutils.py b/src/zope/configuration/tests/test_docutils.py
index 1b69874..7583369 100644
--- a/src/zope/configuration/tests/test_docutils.py
+++ b/src/zope/configuration/tests/test_docutils.py
@@ -121,10 +121,3 @@ class Test_makeDocStructures(unittest.TestCase):
(NS, 'three', ISchema, _three, 'THREE')])
self.assertEqual(subdirs[(PNS, 'parent2')],
[(NS2, 'two', ISchema, _two, 'TWO')])
-
-
-def test_suite():
- return unittest.TestSuite((
- unittest.makeSuite(Test_wrap),
- unittest.makeSuite(Test_makeDocStructures),
- ))