summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_program.py
Commit message (Expand)AuthorAgeFilesLines
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-477/+0
* gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner2022-05-061-1/+3
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-0/+1
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-271-8/+8
* bpo-46425: Fix direct invocation of multiple test modules (GH-30666)Nikita Sobolev2022-01-181-1/+1
* bpo-22815: Print unexpected successes in summary in TextTestResult (GH-30138)Serhiy Storchaka2021-12-261-8/+32
* bpo-46111: Fix unittest tests in optimized mode (GH-30163)Serhiy Storchaka2021-12-171-2/+2
* bpo-13236: Flush the output stream more often in unittest (GH-29864)Serhiy Storchaka2021-12-041-3/+13
* bpo-45162: Remove many old deprecated unittest features (GH-28268)Serhiy Storchaka2021-09-171-8/+8
* bpo-40462: fix variable and function names (GH-19832)Furkan Önder2020-05-011-2/+0
* bpo-32071: Add unittest -k option (#4496)Jonas Haag2017-11-251-0/+28
* Issue #22936: Allow showing local variables in unittest errors.Robert Collins2015-03-061-4/+22
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-0/+1
* Issue #17974: Switch unittest from using getopt to using argparse.Serhiy Storchaka2013-08-291-9/+28
* #18741: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | #17510: avoid using deprecated assertEquals method in test_program. Patch by...Ezio Melotti2013-03-231-2/+2
* | Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgramPetri Lehtinen2013-02-231-0/+35
|/
* Refactor unittest command line handling to always use optparseMichael Foord2012-03-121-17/+0
* Save a copy of sys.warnoptions in test_program.Ezio Melotti2011-03-201-1/+1
* Fix minor issue in implementation of issue 10470.Michael Foord2010-12-191-0/+1
* Correct comment in unittest testMichael Foord2010-12-041-1/+1
* Issue 10620: Specifying test modules by path instead of module name to 'pytho...Michael Foord2010-12-041-0/+79
* #10535: Enable silenced warnings in unittest by defaultEzio Melotti2010-12-011-1/+24
* Merged revisions 80920 via svnmerge fromMichael Foord2010-05-071-0/+164
* Merged revisions 80918 via svnmerge fromMichael Foord2010-05-071-0/+17
* Breaking test_unittest.py into a package. Manual merge of revision 79432.Michael Foord2010-03-271-0/+74