summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* unittest tests no longer replace the sys.stdout put in place by regrtestMichael Foord2010-04-021-2/+2
* TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...Michael Foord2010-04-021-17/+14
* Addition of -b command line option to unittest for buffering stdout and stder...Michael Foord2010-04-022-5/+135
* Backport of weakref.WeakSet and tests from Python 3.Michael Foord2010-03-291-0/+1
* Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals an...Michael Foord2010-03-271-0/+24
* Rename the unittest test_suite function to not clash with a test module name ...Michael Foord2010-03-271-2/+2
* A fix for running unittest tests on platforms without the audioop module (e.g...Michael Foord2010-03-272-14/+7
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-262-1/+229
* Move a support TestCase out of the main namespace in unittest.test.test_suiteMichael Foord2010-03-261-7/+7
* Remove incorrect docstring in unittest.testMichael Foord2010-03-261-14/+0
* Turn unittest tests into a packageMichael Foord2010-03-2513-0/+4511