[Zodb-checkins] CVS: Packages/bsddb3Storage - testall.py:1.6

barry@digicool.com barry@digicool.com
Wed, 4 Apr 2001 15:24:57 -0400 (EDT)


Update of /cvs-repository/Packages/bsddb3Storage/test
In directory korak:/tmp/cvs-serv23518

Modified Files:
	testall.py 
Log Message:
Add test_storage_api.py to the suite of all tests.



--- Updated File testall.py in package Packages/bsddb3Storage --
--- testall.py	2001/04/02 23:10:45	1.5
+++ testall.py	2001/04/04 19:24:55	1.6
@@ -3,7 +3,7 @@
 import sys
 import unittest
 
-MODULES = ('commitlog', 'create', 'virgin', 'zodb_simple')
+MODULES = ('commitlog', 'create', 'virgin', 'zodb_simple', 'storage_api')