summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/test_case.py
Commit message (Expand)AuthorAgeFilesLines
* gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)Victor Stinner2022-06-211-1977/+0
* Simplify testing the warning filename (GH-91868)Serhiy Storchaka2022-04-241-6/+6
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-261-6/+63
* bpo-46111: Fix unittest tests in optimized mode (GH-30163)Serhiy Storchaka2021-12-171-0/+2
* bpo-30856: Update TestResult early, without buffering in _Outcome (GH-28180)Serhiy Storchaka2021-09-191-14/+14
* bpo-45162: Remove many old deprecated unittest features (GH-28268)Serhiy Storchaka2021-09-171-63/+6
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-131-1/+1
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-291-1/+2
* bpo-41322: Add unit tests for deprecation of test return values (GH-27846)andrei kulakov2021-08-221-0/+20
* bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-...Irit Katriel2020-11-021-0/+12
* bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067)Kit Choi2020-07-011-0/+75
* bpo-29620: iterate over a copy of sys.modules (GH-4800)kernc2020-06-111-0/+15
* bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortD...Steve Cirelli2020-02-031-0/+9
* Fix typo in test comment (GH-11442)Ashwin Ramaswami2019-05-181-1/+1
* bpo-34900: Make TestCase.debug() work with subtests (GH-9707)Bruno Oliveira2018-10-121-0/+14
* bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-...Serhiy Storchaka2018-08-191-12/+8
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* Fix ref cycles in TestCase.assertRaises() (#193)Victor Stinner2017-03-281-0/+13
* Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-011-1/+1
* Issue #26837: assertSequenceEqual() now correctly outputs non-stringifiedSerhiy Storchaka2016-04-251-0/+76
* Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-211-0/+56
* Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-161-4/+40
* Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+52
|\
| * Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() andSerhiy Storchaka2015-05-061-0/+52
* | Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-0/+28
|\ \ | |/
| * Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...Antoine Pitrou2014-11-231-0/+28
* | Close #22756: Improve the test output for some assertEqual tests.Robert Collins2014-10-301-5/+3
* | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
|\ \ | |/
| * Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-191-1/+1
* | #22092: merge with 3.4.Ezio Melotti2014-08-071-1/+1
|\ \ | |/
| * #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-071-1/+1
| * backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-251-0/+12
* | Fix typo in test method name.Mark Dickinson2014-04-181-1/+1
* | #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex.R David Murray2014-03-231-0/+12
|/
* Remove commented out debugging code (remnants of issue #18996).Serhiy Storchaka2013-12-101-2/+0
* Close #19880: Fix a reference leak in unittest.TestCase. Explicitly breakVictor Stinner2013-12-091-0/+26
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-6/+6
|\
| * Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-171-6/+6
* | Issue #18996: TestCase.assertEqual() now more cleverly shorten differingSerhiy Storchaka2013-09-231-3/+34
* | Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...Antoine Pitrou2013-09-141-0/+96
* | Issue #19013: add unittest.main() epilogs to unittest's own test modulesAntoine Pitrou2013-09-131-0/+4
* | #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
* | Issue #16997: unittest.TestCase now provides a subTest() context manager to p...Antoine Pitrou2013-03-201-1/+93
|/
* test that TestCase doesn't get cyclesBenjamin Peterson2011-07-141-0/+9
* #11763: merge with 3.2.Ezio Melotti2011-04-271-0/+36
|\
| * #11763: merge with 3.1.Ezio Melotti2011-04-271-0/+36
* | #11282: add back the fail* methods and assertDictContainsSubset.Ezio Melotti2011-04-031-0/+53
* | #11282: merge with 3.2.Ezio Melotti2011-04-031-4/+2
|\ \ | |/
| * #11282: the fail* methods will stay around a few more versions.Ezio Melotti2011-04-031-4/+2