[Checkins] SVN: zc.selenium/branches/wosc-zope2/zope2.cfg add test runner to zope2-buildout as well

Wolfgang Schnerring wosc at wosc.de
Wed Feb 18 04:41:35 EST 2009


Log message for revision 96685:
  add test runner to zope2-buildout as well
  

Changed:
  U   zc.selenium/branches/wosc-zope2/zope2.cfg

-=-
Modified: zc.selenium/branches/wosc-zope2/zope2.cfg
===================================================================
--- zc.selenium/branches/wosc-zope2/zope2.cfg	2009-02-18 09:41:12 UTC (rev 96684)
+++ zc.selenium/branches/wosc-zope2/zope2.cfg	2009-02-18 09:41:35 UTC (rev 96685)
@@ -1,7 +1,15 @@
 [buildout]
 develop = .
-parts = zope2 fakezope2eggs productdistros z2instance selenium-zope2
+parts = zope2 fakezope2eggs productdistros z2instance selenium-zope2 test
 
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = zc.selenium
+extra-paths = ${zope2:location}/lib/python
+defaults = '--tests-pattern [fn]?tests'.split()
+working-directory = ${buildout:directory}
+
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.9.9/Zope-2.9.9-final.tgz



More information about the Checkins mailing list