[Checkins] SVN: grok/trunk/buildout.cfg add grokcore.annotation and grokcore.site to the test-grokcore part eggs

Jan-Wijbrand Kolman janwijbrand at gmail.com
Sat Jan 2 05:26:32 EST 2010


Log message for revision 107536:
  add grokcore.annotation and grokcore.site to the test-grokcore part eggs

Changed:
  U   grok/trunk/buildout.cfg

-=-
Modified: grok/trunk/buildout.cfg
===================================================================
--- grok/trunk/buildout.cfg	2010-01-02 09:59:45 UTC (rev 107535)
+++ grok/trunk/buildout.cfg	2010-01-02 10:26:31 UTC (rev 107536)
@@ -55,16 +55,18 @@
 
 [test-grokcore]
 recipe = zc.recipe.testrunner
+defaults = ['--tests-pattern', '^f?tests$', '-v']
 eggs =
     grok
     grok[test]
     martian
+    grokcore.annotation
     grokcore.component
     grokcore.formlib
     grokcore.security
+    grokcore.site
     grokcore.view
     grokcore.viewlet
-defaults = ['--tests-pattern', '^f?tests$', '-v']
 
 # This section is named so that the zpasswd utility is
 # called `zpasswd`



More information about the checkins mailing list