]> granicus.if.org Git - python/commit
run_suite(): Factor this out of run_unittest() for tests that build
authorBarry Warsaw <barry@python.org>
Thu, 20 Sep 2001 06:30:41 +0000 (06:30 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 20 Sep 2001 06:30:41 +0000 (06:30 +0000)
commitc10d69074467dd54a77ec0b666e6327d3de1e389
tree9c1d5a15478e91efdabeac996954215f44c86278
parent4bcfa317eec0eb479586be10f326aefb994ccf28
run_suite(): Factor this out of run_unittest() for tests that build
their own test suite from a multitude of classes (like test_email.py
will be doing).

run_unittest(): Call run_suite() after making a suite from the
testclass.
Lib/test/test_support.py