summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test/test_program.py
Commit message (Expand)AuthorAgeFilesLines
* #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