summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_getopt.py
Commit message (Expand)AuthorAgeFilesLines
* gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916)Serhiy Storchaka2023-09-051-35/+36
* Fix links to old SF bugs (#95648)Serhiy Storchaka2022-08-041-1/+1
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-5/+1
* bpo-40275: Use new test.support helper submodules in tests (GH-20824)Hai Shi2020-06-251-1/+2
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-2/+2
* Issue #4629: getopt raises an error if an argument ends with = whereas getoptVictor Stinner2010-07-241-0/+6
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-9/+7
* Merged revisions 67463,67572,67576,67628 via svnmerge fromGeorg Brandl2008-12-071-0/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-174/+173
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-7/+7
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* avoid fragility: make sure POSIXLY_CORRECT is completely controlledFred Drake2004-08-031-1/+10
* nice tests dont leave little suprises in the environAnthony Baxter2004-08-031-0/+1
* Use test_support.run_doctest()Raymond Hettinger2003-05-171-3/+3
* Add doctest for example in the library reference.Raymond Hettinger2003-04-291-0/+40
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch 473512: add GNU style scanning as gnu_getopt.Martin v. Löwis2002-06-061-0/+20
* 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