summaryrefslogtreecommitdiff
path: root/Lib/unittest
Commit message (Expand)AuthorAgeFilesLines
* Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-39...Miss Islington (bot)2017-10-181-2/+3
* Issue #29274: tests cases → test casesMartin Panter2017-01-182-8/+8
* Issue #28998: More APIs now support longs as well as ints.Serhiy Storchaka2016-12-271-1/+1
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-2/+2
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #26837: assertSequenceEqual() now correctly outputs non-stringifiedSerhiy Storchaka2016-04-251-3/+3
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
* Reverted issue #24134 changes.Serhiy Storchaka2015-05-162-12/+5
* Fixed English in error message.Serhiy Storchaka2015-05-061-1/+1
* Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longerSerhiy Storchaka2015-05-062-5/+53
* #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-077-5/+8
* backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.R David Murray2014-03-252-2/+8
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-173-9/+9
* Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-232-3/+25
* Docstring typo fix: Arithmentic -> Arithmetic.Mark Dickinson2013-09-091-1/+1
* Closes issue 14971.Michael Foord2013-09-082-1/+18
* Silence deprecation warning in test_unittest for 'None > 1'.Terry Jan Reedy2013-08-311-1/+1
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* #18663: document that assertAlmostEqual also works when the values are equal ...Ezio Melotti2013-08-111-0/+4
* #8906: document failureException, longMessage, and maxDiff in the class docst...Ezio Melotti2013-03-291-12/+11
* #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-271-1/+1
* Correction to issue 17052 fixMichael Foord2013-02-112-2/+2
* Issue 17502: unittest discovery should use self.testLoaderMichael Foord2013-02-102-1/+18
* Issue 15505. unittest.installHandler and non callable signal handlersMichael Foord2013-01-292-1/+47
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* #16433: fix docstring of assertNotEqual.Ezio Melotti2012-11-081-1/+1
* Pass on parameters in unittest.TextTestResult.__init__ super callMichael Foord2012-09-282-1/+14
* Issue #8767: Restore building with --disable-unicode.Martin v. Löwis2012-05-201-1/+5
* #14832: 'first' now really refers to first arg in unittest assertItemsEqualR David Murray2012-05-161-1/+1
* Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...Antoine Pitrou2012-04-252-1/+32
* this can be done without a custom dict (also fixes #12544)Benjamin Peterson2011-07-121-22/+3
* Issue 10326: Fix regression to get test cases to pickle again.Raymond Hettinger2011-06-252-7/+43
* Fix deprecation warnings in test_unittest.Ezio Melotti2011-05-091-4/+4
* #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...Ezio Melotti2011-04-272-0/+44
* Issue #10979. unittest stdout buffering now works for class and module fixtures.Michael Foord2011-03-173-2/+91
* Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqualMichael Foord2011-03-164-40/+105
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collection...Michael Foord2010-12-192-14/+19
* Issue 10611. SystemExit should not cause a unittest test run to exit.Michael Foord2010-12-192-4/+64
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-192-1/+6
* Merged revisions 87377 via svnmerge fromEzio Melotti2010-12-182-8/+8
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-213-12/+12
* Merged revisions 86511 via svnmerge fromBenjamin Peterson2010-11-181-1/+2
* Merged revisions 86101 via svnmerge fromMichael Foord2010-11-013-19/+32
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-102-3/+23
* Fix issue with nested test suites debug method and module setups. (unittest)Michael Foord2010-06-102-2/+4
* Typo correction.Michael Foord2010-06-091-1/+1
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ...Michael Foord2010-06-084-2/+116
* Code formatting change.Michael Foord2010-06-051-0/+1
* Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...Michael Foord2010-06-053-4/+47