]> granicus.if.org Git - python/commit
Rewrote the PyUnit description so that it now recommends to use
authorBarry Warsaw <barry@python.org>
Tue, 23 Apr 2002 21:39:00 +0000 (21:39 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 23 Apr 2002 21:39:00 +0000 (21:39 +0000)
commit5ca537473b5840241aac613724e7557a216e0458
tree69c1b57847f5bfecdd87859ce3e127058851a0c6
parent99d17006c12d2e768a7b8e1c706adf6b4e152140
Rewrote the PyUnit description so that it now recommends to use
run_suite() instead of run_unittest().  Best practice is to plan for
multiple test classes.
Lib/test/README