[Checkins] SVN: plone.z3cform/trunk/ Ok, now I can run the tests

Vincent Fretin vincent.fretin at gmail.com
Mon Jan 25 12:44:07 EST 2010


Log message for revision 108485:
  Ok, now I can run the tests

Changed:
  U   plone.z3cform/trunk/buildout.cfg
  U   plone.z3cform/trunk/setup.py

-=-
Modified: plone.z3cform/trunk/buildout.cfg
===================================================================
--- plone.z3cform/trunk/buildout.cfg	2010-01-25 16:38:21 UTC (rev 108484)
+++ plone.z3cform/trunk/buildout.cfg	2010-01-25 17:44:07 UTC (rev 108485)
@@ -2,25 +2,24 @@
 parts =
     zope2
     instance
+    zopepy
     test
 
-develop =
-    .
+develop = .
 
-find-links =
-    http://download.zope.org/distribution/
-    http://effbot.org/downloads
-
+extends =
+    http://dist.plone.org/release/3.3.4/versions.cfg
+    http://good-py.appspot.com/release/plone.autoform/1.0-next
 versions = versions
 
 [versions]
-zope.testing = 3.7.7
-zope.component = 3.5.1
-z3c.form = 1.9.0
+plone.z3cform = 
+lxml = 2.2.4
+zc.recipe.testrunner = 1.2.0
 
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.10.8/Zope-2.10.8-final.tgz
+url = http://www.zope.org/Products/Zope/2.10.11/Zope-2.10.11-final.tgz
 fake-zope-eggs = true
 # requiring zope.testing for z2testrunner
 # requiring zope.component for zope.i18n >= 3.4 which is needed for z3c.form
@@ -39,7 +38,6 @@
 eggs =
     plone.z3cform
     zope.testing
-
 zcml =
     plone.z3cform
 
@@ -51,9 +49,8 @@
 scripts = zopepy
 
 [test]
-recipe = collective.recipe.z2testrunner
-zope2part = instance
-packages =
-    plone.z3cform
-extra-paths = ${buildout:directory}
-exit-with-status = true
+recipe = zc.recipe.testrunner
+eggs =
+    plone.z3cform [test]
+extra-paths = ${zope2:location}/lib/python
+defaults = ['-m', 'plone.z3cform', '-v']

Modified: plone.z3cform/trunk/setup.py
===================================================================
--- plone.z3cform/trunk/setup.py	2010-01-25 16:38:21 UTC (rev 108484)
+++ plone.z3cform/trunk/setup.py	2010-01-25 17:44:07 UTC (rev 108485)
@@ -43,4 +43,7 @@
           'zope.i18n>=3.4',
           'zope.component',
       ],
+      extras_require = {
+        'test': ['lxml']
+      }
       )



More information about the checkins mailing list