[Checkins] SVN: grok/branches/philikon-grokking-tests/buildout.cfg No longer need the testinstance section to make ftests faster (due to loading

Philipp von Weitershausen philikon at philikon.de
Wed Mar 28 04:24:10 EDT 2007


Log message for revision 73823:
  No longer need the testinstance section to make ftests faster (due to loading
  less ZCML) because Grok now has its own ftesting.zcml and doesn't consider
  etc/ftesting.zcml anymore (and therefore neither etc/package-includes/*).
  

Changed:
  U   grok/branches/philikon-grokking-tests/buildout.cfg

-=-
Modified: grok/branches/philikon-grokking-tests/buildout.cfg
===================================================================
--- grok/branches/philikon-grokking-tests/buildout.cfg	2007-03-28 08:22:48 UTC (rev 73822)
+++ grok/branches/philikon-grokking-tests/buildout.cfg	2007-03-28 08:24:10 UTC (rev 73823)
@@ -1,6 +1,6 @@
 [buildout]
 develop = . grokwiki ldapaddressbook
-parts = zope3 data instance testdata testinstance test
+parts = zope3 data instance test
 
 [zope3]
 recipe = zc.recipe.zope3checkout
@@ -9,15 +9,14 @@
 [data]
 recipe = zc.recipe.filestorage
 
-[testdata]
-recipe = zc.recipe.filestorage
-
-[testinstance]
+[instance]
 recipe = zc.recipe.zope3instance
-database = testdata
+database = data
 user = grok:grok
 eggs = setuptools
        grok
+       grokwiki
+
 zcml = zope.annotation
        zope.copypastemove
        zope.formlib
@@ -38,16 +37,6 @@
        zope.app.keyreference
        grok
        grok-meta
-
-[instance]
-recipe = zc.recipe.zope3instance
-database = data
-user = grok:grok
-eggs = setuptools
-       grok
-       grokwiki
-
-zcml = ${testinstance:zcml}
        zope.app.twisted
        grokwiki
 
@@ -55,7 +44,6 @@
 recipe = zc.recipe.testrunner
 eggs = grok
 extra-paths = parts/zope3/src
-working-directory = parts/testinstance
 defaults = ['--tests-pattern', '^f?tests$',
             '-v'
            ]



More information about the Checkins mailing list