[Checkins] SVN: zope.pagetemplate/trunk/buildout.cfg Add bin/testcompat script to test with z3c.pt(compat) plus Chameleon.

Maurits van Rees cvs-admin at zope.org
Fri Jan 18 13:50:06 UTC 2013


Log message for revision 129049:
  Add bin/testcompat script to test with z3c.pt(compat) plus Chameleon.
  
  Two test failures currently.

Changed:
  U   zope.pagetemplate/trunk/buildout.cfg

-=-
Modified: zope.pagetemplate/trunk/buildout.cfg
===================================================================
--- zope.pagetemplate/trunk/buildout.cfg	2013-01-17 18:04:03 UTC (rev 129048)
+++ zope.pagetemplate/trunk/buildout.cfg	2013-01-18 13:50:04 UTC (rev 129049)
@@ -1,11 +1,18 @@
 [buildout]
 develop = .
-parts = py test coverage-test coverage-report
+parts = py test testcompat coverage-test coverage-report
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.pagetemplate [test]
 
+[testcompat]
+recipe = zc.recipe.testrunner
+eggs = zope.pagetemplate [test]
+    z3c.pt
+    z3c.ptcompat
+    Chameleon
+
 [py]
 recipe = zc.recipe.egg
 eggs = zope.pagetemplate



More information about the checkins mailing list