diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-08-20 04:18:40 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-08-20 04:18:40 (GMT) |
commit | 571bb8fc7276a89f90465dfda5fbf1528656bc3e (patch) | |
tree | c81ca254f26a19a5489c5d9192d3f47e4141bdf9 /Lib/test/output/test_getopt | |
parent | 8bad61288186aab93b8aaf6b229c07211e1c77d7 (diff) | |
download | cpython-571bb8fc7276a89f90465dfda5fbf1528656bc3e.zip cpython-571bb8fc7276a89f90465dfda5fbf1528656bc3e.tar.gz cpython-571bb8fc7276a89f90465dfda5fbf1528656bc3e.tar.bz2 |
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 *".
Diffstat (limited to 'Lib/test/output/test_getopt')
-rw-r--r-- | Lib/test/output/test_getopt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/test/output/test_getopt b/Lib/test/output/test_getopt new file mode 100644 index 0000000..b632f71 --- /dev/null +++ b/Lib/test/output/test_getopt @@ -0,0 +1,7 @@ +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. |