Commit 379daad5 authored by Tres Seaver's avatar Tres Seaver

Ensure that the testrunner picks up the test.

parent 784e0757
......@@ -33,6 +33,7 @@ class RepozoTests(unittest.TestCase):
def test_suite():
return unittest.TestSuite((
unittest.makeSuite(RepozoTests),
doctest.DocFileSuite(
'referrers.txt', 'fstail.txt',
setUp=ZODB.tests.util.setUp, tearDown=ZODB.tests.util.tearDown,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment