[Zope-Checkins] CVS: Products/DCOracle2 - README:1.12

Chris Withers cvs-admin at zope.org
Fri Oct 31 12:56:17 EST 2003


Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv13130

Modified Files:
	README 
Log Message:
Instructions for running the ZOracleDA test suite.


=== Products/DCOracle2/README 1.11 => 1.12 ===
--- Products/DCOracle2/README:1.11	Thu Oct 30 06:17:57 2003
+++ Products/DCOracle2/README	Fri Oct 31 12:56:17 2003
@@ -187,3 +187,35 @@
 $ pwd
 /site_packages/DCOracle2/test
 $ python test_dcoracle2.py
+
+To run the ZOracleDA test suite, execute the test_zoracleda.py
+script in the test folder of this distribution.
+
+eg:
+
+$ pwd
+/site_packages/ZOracleDA/test
+$ python test_zoracleda.py
+
+In order for this to work, you will also need to setup the ZOPE_HOME,
+SOFTWARE_HOME and PYTHONPATH environment variables.
+
+eg:
+
+$ export ZOPE_HOME=/usr/local/zope/2.6.1
+$ export SOFTWARE_HOME=$ZOPE_HOME/lib/python
+$ export PYTHONPATH=$ZOPE_HOME:$SOFTWARE_HOME
+
+If you have installed ZOracleDA in an INSTANCE_HOME setup, you
+will also need to setup the INSTANCE_HOME and PRODUCTS_PATH
+environment variables.
+
+eg:
+
+$ export INSTANCE_HOME=/var/myzope_home
+$ export PRODUCTS_PATH=$SOFTWARE_HOME\Products:$INSTANCE_HOME\Products
+
+If you only want to run one test script, then run test_zoracleda.py.
+ZOracleDA relies on DCOracle2, and so it's tests include all
+the DCOracle2 tests.
+




More information about the Zope-Checkins mailing list