[Checkins] SVN: grok/trunk/buildout.cfg Renamed existing bin/test-all to bin/test-grokcore: this tests grok and the grokcore.* and martian packages.

Reinout van Rees reinout at vanrees.org
Fri Aug 21 08:33:10 EDT 2009


Log message for revision 103036:
  Renamed existing bin/test-all to bin/test-grokcore: this tests grok and the grokcore.* and martian packages.
  Added bin/test-all as a really-almost-everyting tester.  It currently gives quite a lot of errors (mostly renamed imports).  So very useful for release testing.

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2009-08-21 12:04:09 UTC (rev 103035)
+++ grok/trunk/buildout.cfg	2009-08-21 12:33:10 UTC (rev 103036)
@@ -7,6 +7,7 @@
     grokwiki
     mkdirs
     test
+    test-grokcore
     test-all
     zpasswd
     zope_conf site_zcml zdaemon_conf deploy_ini debug_ini
@@ -48,7 +49,7 @@
 eggs = grok
 defaults = ['--tests-pattern', '^f?tests$', '-v']
 
-[test-all]
+[test-grokcore]
 recipe = zc.recipe.testrunner
 eggs = 
     grok
@@ -60,6 +61,13 @@
     grokcore.viewlet
 defaults = ['--tests-pattern', '^f?tests$', '-v']
 
+[test-all]
+recipe = plone.recipe.alltests
+exclude =
+    ClientForm
+    ZODB3
+    simplejson
+
 # This section is named so that the zpasswd utility is
 # called `zpasswd`
 [zpasswd]



More information about the Checkins mailing list