[Zodb-checkins] SVN: ZODB/branches/3.9/src/ZODB/scripts/tests.py Ensure that the testrunner picks up the test.

Tres Seaver tseaver at palladion.com
Fri Nov 20 13:30:57 EST 2009


Log message for revision 105919:
  Ensure that the testrunner picks up the test.

Changed:
  U   ZODB/branches/3.9/src/ZODB/scripts/tests.py

-=-
Modified: ZODB/branches/3.9/src/ZODB/scripts/tests.py
===================================================================
--- ZODB/branches/3.9/src/ZODB/scripts/tests.py	2009-11-20 18:23:34 UTC (rev 105918)
+++ ZODB/branches/3.9/src/ZODB/scripts/tests.py	2009-11-20 18:30:57 UTC (rev 105919)
@@ -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