summaryrefslogtreecommitdiff
path: root/src/zope/configuration/tests/test_docutils.py
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2020-03-22 09:26:30 -0500
committerJason Madden <jamadden@gmail.com>2020-03-22 09:26:30 -0500
commit909f4cc7c1f7362dc697426af77a7843a04a1fe4 (patch)
tree3f4cf599c9e74437f81a7e7f353756faebebff5a /src/zope/configuration/tests/test_docutils.py
parentedece6949e2cc0e39f5b6052e3b11ebb3484797f (diff)
downloadzope-configuration-909f4cc7c1f7362dc697426af77a7843a04a1fe4.tar.gz
Add py38 to tox.ini, and make unittest run our explicit doctests like zope.testrunner.
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),
- ))