[Checkins] SVN: zc.sharing/trunk/buildout.cfg Get the testrunner working.

Jim Fulton jim at zope.com
Thu Sep 28 17:04:47 EDT 2006


Log message for revision 70429:
  Get the testrunner working.
  

Changed:
  U   zc.sharing/trunk/buildout.cfg

-=-
Modified: zc.sharing/trunk/buildout.cfg
===================================================================
--- zc.sharing/trunk/buildout.cfg	2006-09-28 21:03:49 UTC (rev 70428)
+++ zc.sharing/trunk/buildout.cfg	2006-09-28 21:04:47 UTC (rev 70429)
@@ -1,7 +1,7 @@
 [buildout]
 develop = . zc.security 
 
-parts = zope3 data instance
+parts = zope3 data instance test
 
 find-links = http://download.zope.org/distribution/
 
@@ -31,4 +31,9 @@
 
 [test]
 recipe = zc.recipe.testrunner
-distributions = zc.sharing
+defaults = ['--tests-pattern', 'f?tests$']
+eggs = zc.sharing 
+       zc.security
+
+extra-paths = ${buildout:parts-directory}/zope3/src
+



More information about the Checkins mailing list