[z3-checkins] r41786 - z3/NudgeNudge/trunk

philikon at codespeak.net philikon at codespeak.net
Mon Apr 2 01:22:17 CEST 2007


Author: philikon
Date: Mon Apr  2 01:22:15 2007
New Revision: 41786

Modified:
   z3/NudgeNudge/trunk/buildout.cfg
Log:
Move and fix [test] part (it's not really used anyway, but why not)


Modified: z3/NudgeNudge/trunk/buildout.cfg
==============================================================================
--- z3/NudgeNudge/trunk/buildout.cfg	(original)
+++ z3/NudgeNudge/trunk/buildout.cfg	Mon Apr  2 01:22:15 2007
@@ -2,15 +2,6 @@
 parts = data server instance test
 develop = . deliverance zope.paste
 
-[test]
-working-directory = parts/instance
-eggs = nudgenudge
-recipe = zc.recipe.testrunner
-extra-paths = parts/zope3/src
-defaults = ['--tests-pattern', '^f?tests$',
-	'-v'
-	]
-
 [data]
 recipe = zc.recipe.filestorage
 
@@ -59,3 +50,11 @@
 	grok-meta
 	nudgenudge
 
+[test]
+working-directory = parts/instance
+eggs = nudgenudge
+recipe = zc.recipe.testrunner
+extra-paths = ${zope3:location}/lib/python
+defaults = ['--tests-pattern', '^f?tests$',
+	'-v'
+	]


More information about the z3-checkins mailing list