[Checkins] SVN: Sandbox/J1m/zookeeper-static/README.txt Documented how to run the tests.

Jim Fulton jim at zope.com
Sun Nov 27 21:45:04 UTC 2011


Log message for revision 123503:
  Documented how to run the tests.
  

Changed:
  U   Sandbox/J1m/zookeeper-static/README.txt

-=-
Modified: Sandbox/J1m/zookeeper-static/README.txt
===================================================================
--- Sandbox/J1m/zookeeper-static/README.txt	2011-11-27 21:45:01 UTC (rev 123502)
+++ Sandbox/J1m/zookeeper-static/README.txt	2011-11-27 21:45:03 UTC (rev 123503)
@@ -3,8 +3,13 @@
 
 This is a self-contained distribution of the ZooKeeper Python
 bindings. It should build on any unix-like system by just running the
-setuposcript or using an install tool like pip, easy_install or
+``setup.py`` script or using an install tool like pip, easy_install or
 buildout. (Windows patches to the setup script are welcomne. :)
 
 For more information **except** building instructions, see the file
 ORIGINAL-README included in the source distribution.
+
+If you have setuptools or distribute in your python path, then you can
+use the ``setup.py test`` command to run the tests.  Note, however,
+that the tests require that a testing ZooKeeper server be running on
+port 22182 of the local machine.



More information about the checkins mailing list