[Python-checkins] CVS: python/dist/src/Lib/test/output test_getopt,NONE,1.1

Tim Peters python-dev@python.org
Sat, 19 Aug 2000 21:18:42 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19954/output

Added Files:
	test_getopt 
Log Message:
David Goodger's new getopt test module (thanks, David!).
https://sourceforge.net/patch/?func=detailpatch&patch_id=101110&group_id=5470
Accepted as-is, except for purging an "import *".


--- NEW FILE ---
test_getopt
Running tests on getopt.short_has_arg
Running tests on getopt.long_has_args
Running tests on getopt.do_shorts
Running tests on getopt.do_longs
Running tests on getopt.getopt
Module getopt: tests completed successfully.