[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - testall.py:1.12.6.1

Jeremy Hylton jeremy@zope.com
Thu, 3 Oct 2002 18:03:58 -0400


Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage/tests
In directory cvs.zope.org:/tmp/cvs-serv25316

Modified Files:
      Tag: ZODB3-3_1-branch
	testall.py 
Log Message:
silence the top-level test.py


=== ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py 1.12 => 1.12.6.1 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py:1.12	Mon Feb 11 18:40:43 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py	Thu Oct  3 18:03:57 2002
@@ -27,6 +27,10 @@
         alltests.addTest(mod.test_suite())
     return alltests
 
+def test_suite():
+    # Just to silence the top-level test.py
+    return None
+
 
 
 if __name__ == '__main__':