summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getopt.py
Commit message (Expand)AuthorAgeFilesLines
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-32/+32
* Add test case for SF bugTim Peters2000-12-271-0/+9
* Don't reference a module named test.test_support. Always use plainGuido van Rossum2000-08-211-1/+1
* David Goodger's new getopt test module (thanks, David!).Tim Peters2000-08-201-0/+101