[Checkins] SVN: grok/trunk/buildout.cfg added bin/test-all command.

Reinout van Rees reinout at vanrees.org
Mon Jul 20 09:06:48 EDT 2009


Log message for revision 102037:
  added bin/test-all command.
  Currently this results in errors as grokcore.security (with the new grok.View permission) is already pinned to the new version
  but grokcore.viewlet/view/formlib aren't updated yet to their latest versions.

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2009-07-20 12:19:43 UTC (rev 102036)
+++ grok/trunk/buildout.cfg	2009-07-20 13:06:48 UTC (rev 102037)
@@ -5,7 +5,9 @@
     docs
     interpreter
     grokwiki
-    data log etc test
+    data log etc 
+    test
+    test-all
     zpasswd
     zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
     bundlemaker
@@ -49,6 +51,18 @@
 eggs = grok
 defaults = ['--tests-pattern', '^f?tests$', '-v']
 
+[test-all]
+recipe = zc.recipe.testrunner
+eggs = 
+    grok
+    martian
+    grokcore.component
+    grokcore.formlib
+    grokcore.security
+    grokcore.view
+    grokcore.viewlet
+defaults = ['--tests-pattern', '^f?tests$', '-v']
+
 # This section is named so that the zpasswd utility is
 # called `zpasswd`
 [zpasswd]



More information about the Checkins mailing list