summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test
Commit message (Expand)AuthorAgeFilesLines
* #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-251-0/+6
* Issue #19594: Use specific asserts in unittest tests.Serhiy Storchaka2013-11-163-9/+9
* Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-1/+23
* Closes issue 14971.Michael Foord2013-09-081-0/+15
* Silence deprecation warning in test_unittest for 'None > 1'.Terry Jan Reedy2013-09-011-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
* Correction to issue 17052 fixMichael Foord2013-02-111-1/+1
* Issue 17502: unittest discovery should use self.testLoaderMichael Foord2013-02-101-0/+14
* Issue 15505. unittest.installHandler and non callable signal handlersMichael Foord2013-01-291-0/+32
* Pass on parameters in unittest.TextTestResult.__init__ super callMichael Foord2012-09-281-0/+13
* Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...Antoine Pitrou2012-04-251-0/+30
* Issue 10326: Fix regression to get test cases to pickle again.Raymond Hettinger2011-06-251-0/+15
* 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-271-0/+36
* Issue #10979. unittest stdout buffering now works for class and module fixtures.Michael Foord2011-03-171-0/+67
* Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqualMichael Foord2011-03-172-20/+26
* #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-191-0/+5
* Issue 10611. SystemExit should not cause a unittest test run to exit.Michael Foord2010-12-191-0/+52
* Improvement to fix for issue 9926 to allow TestResult to be reused.Michael Foord2010-12-191-1/+5
* Merged revisions 87377 via svnmerge fromEzio Melotti2010-12-181-4/+4
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-212-6/+6
* Merged revisions 86101 via svnmerge fromMichael Foord2010-11-011-0/+14
* Fix error message for comparing single line strings in unittest.TestCase.asse...Michael Foord2010-07-101-0/+15
* Fix issue with nested test suites debug method and module setups. (unittest)Michael Foord2010-06-101-1/+3
* Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ...Michael Foord2010-06-082-0/+87
* Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...Michael Foord2010-06-052-2/+45
* Tests for unittest.TestCase.maxDiff.Michael Foord2010-06-051-0/+39
* Fix unittest tests after previous commit.Michael Foord2010-06-051-3/+6
* Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCa...Michael Foord2010-06-051-4/+21
* Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.Michael Foord2010-06-051-0/+19
* Adding a test for unittest.BaseTestSuite.Michael Foord2010-05-091-0/+45
* unittest: issue 8301. Adding functions to test suites no longer crashes.Michael Foord2010-05-081-0/+9
* Issue 7780. Adding a test for unittest test discovery from a dotted path.Michael Foord2010-05-081-0/+17
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-071-2/+44
* revert r80932; it breaks windowsBenjamin Peterson2010-05-071-39/+0
* Issue 8547 - detecting and reporting that modules have been imported from the...Michael Foord2010-05-071-0/+39
* Adding tests for unittest command line handling of buffer, catchbreak and fai...Michael Foord2010-05-072-0/+206
* Adding a test for unittest test discovery with dotted path name.Michael Foord2010-05-071-0/+17
* Fix unittest tests to not abuse traceback.format_exceptionMichael Foord2010-05-021-1/+14
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-251-0/+21
* Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.R. David Murray2010-04-171-0/+2
* unittest.result.TestResult does not create its buffers until they're used. It...Michael Foord2010-04-071-3/+5
* Another attempt at a fix for unittest.test.test_result for windows line endingsMichael Foord2010-04-031-5/+4
* Cross platform unittest.TestResult newline handling when buffering stdout / s...Michael Foord2010-04-031-4/+5
* Support dotted module names for test discovery paths in unittest. Issue 7780.Michael Foord2010-04-031-2/+9
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-0/+2
* Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatchesMichael Foord2010-04-021-0/+10