| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043) | Victor Stinner | 2022-06-21 | 1 | -1642/+0 |
|
|
* | Simplify testing the warning filename (GH-91868) | Serhiy Storchaka | 2022-04-24 | 1 | -3/+3 |
|
|
* | bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935) | Gregory P. Smith | 2022-01-27 | 1 | -7/+140 |
|
|
* | bpo-45162: Remove many old deprecated unittest features (GH-28268) | Serhiy Storchaka | 2021-09-17 | 1 | -140/+7 |
|
|
* | bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH... | Serhiy Storchaka | 2021-09-17 | 1 | -0/+47 |
|
|
* | bpo-35767: Fix unittest.loader to allow partials as test_functions (#11600) | Jason Fried | 2019-01-23 | 1 | -0/+16 |
|
|
* | bpo-32071: Fix regression and add What's New entry (#4589) | Jonas Haag | 2017-11-28 | 1 | -0/+23 |
|
|
* | bpo-32071: Add unittest -k option (#4496) | Jonas Haag | 2017-11-25 | 1 | -0/+27 |
|
|
* | Issue 29274: Merge doc fixes from 3.5 | Martin Panter | 2017-01-18 | 1 | -4/+4 |
|\ |
|
| * | Issue #29274: tests cases → test cases | Martin Panter | 2017-01-18 | 1 | -4/+4 |
|
|
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -4/+4 |
|/ |
|
* | Issue #27063: Some unittest loader tests were silently skipped. | Serhiy Storchaka | 2016-05-20 | 1 | -26/+28 |
|
|
* | Close #22457: Honour load_tests in the start_dir of discovery. | Robert Collins | 2014-11-04 | 1 | -1/+1 |
|
|
* | Close #7559: ImportError when loading a test now shown as ImportError. | Robert Collins | 2014-10-29 | 1 | -101/+150 |
|
|
* | Close #19746: expose unittest discovery errors on TestLoader.errors | Robert Collins | 2014-10-20 | 1 | -0/+14 |
|
|
* | A few tweaks for issue16662 based on feedback from Robert Collins. | Barry Warsaw | 2014-09-08 | 1 | -36/+41 |
|
|
* | - Issue #16662: load_tests() is now unconditionally run when it is present in | Barry Warsaw | 2014-09-08 | 1 | -3/+150 |
|
|
* | Issue8297: module attribute lookup failures now include module name in error ... | Ethan Furman | 2014-04-24 | 1 | -5/+5 |
|
|
* | Issue #19594: Use specific asserts in unittest tests. | Serhiy Storchaka | 2013-11-16 | 1 | -1/+1 |
|\ |
|
| * | Issue #19594: Use specific asserts in unittest tests. | Serhiy Storchaka | 2013-11-16 | 1 | -1/+1 |
|
|
* | | Issue #19013: add unittest.main() epilogs to unittest's own test modules | Antoine Pitrou | 2013-09-13 | 1 | -0/+4 |
|/ |
|
* | #18741: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | #14971: Use class method name, not function.__name__, during unittest discovery. | R David Murray | 2013-04-11 | 1 | -0/+16 |
|
|
* | Issue #3080: Use repr() to format the module name on error | Victor Stinner | 2011-03-14 | 1 | -2/+2 |
|
|
* | #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ... | Ezio Melotti | 2010-12-01 | 1 | -1/+1 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -2/+2 |
|
|
* | Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,... | Benjamin Peterson | 2010-04-11 | 1 | -14/+6 |
|
|
* | Breaking test_unittest.py into a package. Manual merge of revision 79432. | Michael Foord | 2010-03-27 | 1 | -0/+1300 |
|
|