[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/scripts/tests.py Ensure that the testrunner picks up the test.
Tres Seaver
tseaver at palladion.com
Fri Nov 20 13:31:30 EST 2009
Log message for revision 105920:
Ensure that the testrunner picks up the test.
Changed:
U ZODB/trunk/src/ZODB/scripts/tests.py
-=-
Modified: ZODB/trunk/src/ZODB/scripts/tests.py
===================================================================
--- ZODB/trunk/src/ZODB/scripts/tests.py 2009-11-20 18:30:57 UTC (rev 105919)
+++ ZODB/trunk/src/ZODB/scripts/tests.py 2009-11-20 18:31:30 UTC (rev 105920)
@@ -33,6 +33,7 @@
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,
More information about the Zodb-checkins
mailing list