[Checkins] SVN: z3c.testing/trunk/ re-enable functional tests, with zodb 3.8 we now have a test that fails

Bernd Dorn bernd.dorn at lovelysystems.com
Tue May 29 04:34:16 EDT 2007


Log message for revision 75987:
  re-enable functional tests, with zodb 3.8 we now have a test that fails

Changed:
  U   z3c.testing/trunk/buildout.cfg
  U   z3c.testing/trunk/setup.py

-=-
Modified: z3c.testing/trunk/buildout.cfg
===================================================================
--- z3c.testing/trunk/buildout.cfg	2007-05-29 08:24:47 UTC (rev 75986)
+++ z3c.testing/trunk/buildout.cfg	2007-05-29 08:34:15 UTC (rev 75987)
@@ -4,7 +4,9 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = z3c.testing
+defaults = ['--tests-pattern', '^f?tests$']
+eggs = z3c.testing [test]
 
 
 
+

Modified: z3c.testing/trunk/setup.py
===================================================================
--- z3c.testing/trunk/setup.py	2007-05-29 08:24:47 UTC (rev 75986)
+++ z3c.testing/trunk/setup.py	2007-05-29 08:34:15 UTC (rev 75987)
@@ -14,6 +14,8 @@
       include_package_data=True,
       package_dir = {'':'src'},
       namespace_packages=['z3c',],
+      extras_require=dict(test=['zope.app.zcmlfiles',
+                                ]),
       install_requires = ['setuptools',
                           'ZODB3',
                           'zope.app.appsetup',



More information about the Checkins mailing list