[Checkins] SVN: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt Added instructions for running the tests.
Jim Fulton
jim at zope.com
Tue May 26 13:37:42 EDT 2009
Log message for revision 100428:
Added instructions for running the tests.
Changed:
U bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt
-=-
Modified: bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt
===================================================================
--- bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt 2009-05-26 17:19:35 UTC (rev 100427)
+++ bobo/trunk/bobodoctestumentation/src/bobodoctestumentation/index.txt 2009-05-26 17:37:42 UTC (rev 100428)
@@ -37,6 +37,12 @@
python setup.py install
+To run bobo's tests, just use the etst command::
+
+ python setup.py test
+
+You can do this before or after installation.
+
Bobo works with Python 2.4, 2.5, and 2.6. Python 3.0 support is planned.
Of course, when using Python 2.4 and 2.5, class decorator syntax can't
be used. You can still use the decorators by calling them with a class
More information about the Checkins
mailing list