[Checkins] SVN: zc.FileStorage/dev/buildout.cfg Added a test script.

Jim Fulton jim at zope.com
Mon Dec 3 18:47:39 EST 2007


Log message for revision 82114:
  Added a test script.
  

Changed:
  U   zc.FileStorage/dev/buildout.cfg

-=-
Modified: zc.FileStorage/dev/buildout.cfg
===================================================================
--- zc.FileStorage/dev/buildout.cfg	2007-12-03 23:47:37 UTC (rev 82113)
+++ zc.FileStorage/dev/buildout.cfg	2007-12-03 23:47:38 UTC (rev 82114)
@@ -1,9 +1,14 @@
 [buildout]
 develop = .
-parts = py
+parts = py test
 
 [py]
 recipe = zc.recipe.egg
 interpreter = py
 eggs = zc.FileStorage
 
+[test]
+recipe = zc.recipe.testrunner
+eggs = ZODB3 <3.9dev
+       zc.FileStorage
+initialization = import zc.FileStorage



More information about the Checkins mailing list