[Checkins] SVN: five.grok/trunk/buildout.cfg Install a proper test runner.

Philipp von Weitershausen philikon at philikon.de
Wed May 14 12:50:37 EDT 2008


Log message for revision 86751:
  Install a proper test runner.
  

Changed:
  U   five.grok/trunk/buildout.cfg

-=-
Modified: five.grok/trunk/buildout.cfg
===================================================================
--- five.grok/trunk/buildout.cfg	2008-05-14 16:42:19 UTC (rev 86750)
+++ five.grok/trunk/buildout.cfg	2008-05-14 16:50:36 UTC (rev 86751)
@@ -3,6 +3,7 @@
     zope2
     instance
     zopepy
+    test
 
 # Add additional egg download sources here. dist.plone.org contains archives
 # of Plone packages.
@@ -55,3 +56,9 @@
 interpreter = zopepy
 extra-paths = ${zope2:location}/lib/python
 scripts = zopepy
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = five.grok
+eggs = ${instance:eggs}
+extra-paths = ${zope2:location}/lib/python



More information about the Checkins mailing list