[Erp5-report] r33415 jm - /erp5/trunk/products/ERP5Type/tests/runUnitTest.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 5 03:07:08 CET 2010
Author: jm
Date: Fri Mar 5 03:07:04 2010
New Revision: 33415
URL: http://svn.erp5.org?rev=33415&view=rev
Log:
Unit tests: update description of --bt5_path option
Modified:
erp5/trunk/products/ERP5Type/tests/runUnitTest.py
Modified: erp5/trunk/products/ERP5Type/tests/runUnitTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runUnitTest.py?rev=33415&r1=33414&r2=33415&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runUnitTest.py [utf8] Fri Mar 5 03:07:04 2010
@@ -25,8 +25,13 @@
--data_fs_path to run tests on an existing
Data.fs
--data_fs_path=STRING Use the given path for the Data.fs
- --bt5_path Path to the Business Templates. Default is
- INSTANCE_HOME/bt5.
+ --bt5_path Search for Business Templates in the given list of
+ paths (or any HTTP url supported by template tool),
+ delimited with commas. In particular, BT can be
+ downloaded directly from a running ERP5 instance
+ using a url like:
+ http://.../erp5/portal_templates/asRepository
+ Default is INSTANCE_HOME/bt5 and its subfolders.
--recreate_catalog=0 or 1 recreate the content of the sql catalog. Default
is to recreate, unless using --data_fs_path
--save Run unit tests in persistent mode (if unset,
More information about the Erp5-report
mailing list