[Erp5-report] r33038 luke - /erp5/trunk/buildout/profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 23 15:18:18 CET 2010


Author: luke
Date: Tue Feb 23 15:18:17 2010
New Revision: 33038

URL: http://svn.erp5.org?rev=33038&view=rev
Log:
 - allow to run unit tests

Modified:
    erp5/trunk/buildout/profiles/development.cfg

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=33038&r1=33037&r2=33038&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Tue Feb 23 15:18:17 2010
@@ -3,9 +3,19 @@
 
 parts +=
   zope-instance
+  runUnitTest
 
 [software_definition]
 software_home = ${buildout:directory}
+
+[runUnitTest]
+recipe = erp5.recipe.testrunner
+zope2-location = ${zope-instance:zope2-location}
+products =
+  ${software_definition:products-zope}
+  ${zope-instance:products}
+bt5_path = ${software_definition:bt5-erp5}
+instance-home = ${zope-instance:instancehome}
 
 [zope-instance]
 # developer by default want to have updatable Data.fs




More information about the Erp5-report mailing list