[Zodb-checkins] SVN: ZODB/branches/3.6/README.txt Testing from a checkout is different than testing from a

Tim Peters tim.one at comcast.net
Fri Nov 18 12:19:17 EST 2005


Log message for revision 40230:
  Testing from a checkout is different than testing from a
  distribution now.  Explain the differences.  Removed the
  business about fiddling PYTHONPATH, because it shouldn't
  be needed (and isn't for me ;-)).
  

Changed:
  U   ZODB/branches/3.6/README.txt

-=-
Modified: ZODB/branches/3.6/README.txt
===================================================================
--- ZODB/branches/3.6/README.txt	2005-11-18 17:14:12 UTC (rev 40229)
+++ ZODB/branches/3.6/README.txt	2005-11-18 17:19:17 UTC (rev 40230)
@@ -93,13 +93,15 @@
 
 This should now make all of ZODB accessible to your Python programs.
 
-Testing
--------
+Testing for Developers
+----------------------
 
-ZODB comes with a large test suite that can be run from the source
-directory before ZODB is installed.  The simplest way to run the tests
-is::
+When working from a ZODB checkout, do an in-place build instead::
 
+    % python setup.py build_ext -i
+
+followed by::
+
     % python test.py -v
 
 This command will run all the tests, printing a single dot for each
@@ -121,17 +123,7 @@
 
     OK
 
-To test the build, first build the externals and add the src dir to
-your PYTHONPATH,
 
-    % python setup.py build_ext -i
-    % export PYTHONPATH=`pwd`/src:$PYTHONPATH
-
-Then run the test script::
-
-    % python test.py
-
-
 History
 -------
 



More information about the Zodb-checkins mailing list