[Checkins] SVN: z3c.form/trunk/buildout.cfg Have a test script running with z3c.pt (default) and one without.

Stephan Richter srichter at gmail.com
Sat Jun 13 22:11:50 EDT 2009


Log message for revision 100926:
  Have a test script running with z3c.pt (default) and one without.
  

Changed:
  U   z3c.form/trunk/buildout.cfg

-=-
Modified: z3c.form/trunk/buildout.cfg
===================================================================
--- z3c.form/trunk/buildout.cfg	2009-06-14 02:10:48 UTC (rev 100925)
+++ z3c.form/trunk/buildout.cfg	2009-06-14 02:11:49 UTC (rev 100926)
@@ -1,6 +1,7 @@
 [buildout]
 develop = . benchmark
-parts = test checker coverage-test coverage-report docs i18n benchmark python
+parts = test test-no-z3cpt checker coverage-test coverage-report docs i18n
+        benchmark python
 
 [test-environment]
 CHAMELEON_DEBUG = False
@@ -8,9 +9,13 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.form [test]
+eggs = z3c.form [test,extra]
 environment = test-environment
 
+[test-no-z3cpt]
+recipe = zc.recipe.testrunner
+eggs = z3c.form [test]
+
 [checker]
 recipe = lovely.recipe:importchecker
 path = src/z3c/form



More information about the Checkins mailing list