[Checkins] SVN: z3c.recipe.compattest/trunk/ Updated test set up, to run with newer ``zope.testing`` version which no longer includes testrunner.

Michael Howitz mh at gocept.com
Wed Aug 25 02:18:44 EDT 2010


Log message for revision 115936:
  Updated test set up, to run with newer ``zope.testing`` version which no longer includes testrunner.
  

Changed:
  U   z3c.recipe.compattest/trunk/CHANGES.txt
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py

-=-
Modified: z3c.recipe.compattest/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.compattest/trunk/CHANGES.txt	2010-08-25 06:13:13 UTC (rev 115935)
+++ z3c.recipe.compattest/trunk/CHANGES.txt	2010-08-25 06:18:44 UTC (rev 115936)
@@ -5,7 +5,8 @@
 0.13 (unreleased)
 =================
 
-- Nothing changed yet.
+- Updated test set up, to run with newer ``zope.testing`` version which no
+  longer includes testrunner.
 
 
 0.12.2 (2010-02-24)

Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py	2010-08-25 06:13:13 UTC (rev 115935)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/testing.py	2010-08-25 06:18:44 UTC (rev 115936)
@@ -25,6 +25,7 @@
         zc.buildout.testing.install('zc.recipe.testrunner', test)
         zc.buildout.testing.install('zc.recipe.egg', test)
         zc.buildout.testing.install('zope.testing', test)
+        zc.buildout.testing.install('zope.testrunner', test)
         zc.buildout.testing.install('zope.interface', test)
         zc.buildout.testing.install('zope.exceptions', test)
         zc.buildout.testing.install('zope.dottedname', test)



More information about the checkins mailing list