summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_optparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-11/+4
| | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807.
* Test suite for optparse. This is a slightly-edited copy ofGreg Ward2003-04-211-0/+1210
test/test_optik.py (rev 1.19) from the Optik CVS.