[Checkins] SVN: z3c.form/trunk/buildout.cfg Added test environment configuration.

Malthe Borch mborch at gmail.com
Mon Sep 8 13:13:22 EDT 2008


Log message for revision 90957:
  Added test environment configuration.

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

-=-
Modified: z3c.form/trunk/buildout.cfg
===================================================================
--- z3c.form/trunk/buildout.cfg	2008-09-08 16:59:54 UTC (rev 90956)
+++ z3c.form/trunk/buildout.cfg	2008-09-08 17:13:22 UTC (rev 90957)
@@ -6,6 +6,7 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.form [test]
+environment = test-environment
 
 [checker]
 recipe = lovely.recipe:importchecker
@@ -22,6 +23,10 @@
 scripts = coverage=coverage-report
 arguments = ('coverage', 'coverage/report')
 
+[test-environment]
+Z3C_PT_DEBUG = False
+Z3C_PT_CACHE = False
+
 [i18n]
 recipe = lovely.recipe:i18n
 eggs =



More information about the Checkins mailing list