[Zope-CVS] CVS: Packages/zpkgtools - README.txt:1.4

Fred L. Drake, Jr. fred at zope.com
Mon May 17 15:56:40 EDT 2004


Update of /cvs-repository/Packages/zpkgtools
In directory cvs.zope.org:/tmp/cvs-serv4625

Modified Files:
	README.txt 
Log Message:
add information about how to run the unit tests


=== Packages/zpkgtools/README.txt 1.3 => 1.4 ===
--- Packages/zpkgtools/README.txt:1.3	Mon Apr  5 12:39:24 2004
+++ Packages/zpkgtools/README.txt	Mon May 17 15:56:40 2004
@@ -20,3 +20,20 @@
 be found in the Zope 3 wiki:
 
   http://dev.zope.org/Zope3/Zope3PackagingProposal
+
+
+Running the unit tests
+----------------------
+
+There are unit tests of the zpkgtools package in the zpkgtools.tests
+package.  This can most easily be run by running the *runtests.py*
+script::
+
+  $ python2.3 zpkgtools/tests/runtests.py
+  ......................................................................
+  ......................................................................
+  .......
+  ----------------------------------------------------------------------
+  Ran 147 tests in 1.057s
+
+  OK




More information about the Zope-CVS mailing list