Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32071: Add unittest -k option (#4496) | Jonas Haag | 2017-11-25 | 1 | -0/+28 |
| | | | | * bpo-32071: Add unittest -k option | ||||
* | Issue #22936: Allow showing local variables in unittest errors. | Robert Collins | 2015-03-06 | 1 | -4/+22 |
| | |||||
* | #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. | Ezio Melotti | 2014-08-07 | 1 | -0/+1 |
| | |||||
* | Issue #17974: Switch unittest from using getopt to using argparse. | Serhiy Storchaka | 2013-08-29 | 1 | -9/+28 |
| | |||||
* | #18741: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ | |||||
| * | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
| | | |||||
* | | #17510: avoid using deprecated assertEquals method in test_program. Patch ↵ | Ezio Melotti | 2013-03-23 | 1 | -2/+2 |
| | | | | | | | | by Daniel Black. | ||||
* | | Issue #15132: Allow a list for the defaultTest argument of unittest.TestProgram | Petri Lehtinen | 2013-02-23 | 1 | -0/+35 |
|/ | | | | Patch by Jyrki Pulliainen | ||||
* | Refactor unittest command line handling to always use optparse | Michael Foord | 2012-03-12 | 1 | -17/+0 |
| | |||||
* | Save a copy of sys.warnoptions in test_program. | Ezio Melotti | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | Fix minor issue in implementation of issue 10470. | Michael Foord | 2010-12-19 | 1 | -0/+1 |
| | |||||
* | Correct comment in unittest test | Michael Foord | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Issue 10620: Specifying test modules by path instead of module name to ↵ | Michael Foord | 2010-12-04 | 1 | -0/+79 |
| | | | | 'python -m unittest' | ||||
* | #10535: Enable silenced warnings in unittest by default | Ezio Melotti | 2010-12-01 | 1 | -1/+24 |
| | |||||
* | Merged revisions 80920 via svnmerge from | Michael Foord | 2010-05-07 | 1 | -0/+164 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80920 | michael.foord | 2010-05-07 17:52:05 +0200 (Fri, 07 May 2010) | 1 line Adding tests for unittest command line handling of buffer, catchbreak and failfast. ........ | ||||
* | Merged revisions 80918 via svnmerge from | Michael Foord | 2010-05-07 | 1 | -0/+17 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80918 | michael.foord | 2010-05-07 17:34:08 +0200 (Fri, 07 May 2010) | 1 line Adding a test for unittest test discovery with dotted path name. ........ | ||||
* | Breaking test_unittest.py into a package. Manual merge of revision 79432. | Michael Foord | 2010-03-27 | 1 | -0/+74 |