summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/test
Commit message (Expand)AuthorAgeFilesLines
* 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