index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
unittest
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 86101 via svnmerge from
Michael Foord
2010-11-01
3
-19/+32
*
Fix error message for comparing single line strings in unittest.TestCase.asse...
Michael Foord
2010-07-10
2
-3/+23
*
Fix issue with nested test suites debug method and module setups. (unittest)
Michael Foord
2010-06-10
2
-2/+4
*
Typo correction.
Michael Foord
2010-06-09
1
-1/+1
*
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus ...
Michael Foord
2010-06-08
4
-2/+116
*
Code formatting change.
Michael Foord
2010-06-05
1
-0/+1
*
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are repor...
Michael Foord
2010-06-05
3
-4/+47
*
Tests for unittest.TestCase.maxDiff.
Michael Foord
2010-06-05
1
-0/+39
*
Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported a...
Michael Foord
2010-06-05
1
-21/+23
*
Fix unittest tests after previous commit.
Michael Foord
2010-06-05
2
-4/+7
*
unittest.TestCase assertion methods inform you when they have omitted an over...
Michael Foord
2010-06-05
1
-1/+5
*
unittest.TestCase.assertDictEqual and assertMultilineEqual provide better def...
Michael Foord
2010-06-05
2
-6/+12
*
Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCa...
Michael Foord
2010-06-05
2
-13/+35
*
Extract error message truncating into a method (unittest.TestCase._truncateMe...
Michael Foord
2010-06-05
1
-4/+6
*
Issue 8351. Suppress large diffs in unittest.TestCase.assertSequenceEqual.
Michael Foord
2010-06-05
2
-3/+29
*
unittest TestLoader test discovery filename matching done in a method. This m...
Michael Foord
2010-06-05
1
-20/+24
*
Improving help message for python -m unittest. Issue 8303.
Michael Foord
2010-05-10
2
-6/+7
*
Adding a test for unittest.BaseTestSuite.
Michael Foord
2010-05-09
1
-0/+45
*
unittest: issue 8301. Adding functions to test suites no longer crashes.
Michael Foord
2010-05-08
2
-1/+15
*
Updating documentation and adding docstrings to unittest.TestCase.assertRegex...
Michael Foord
2010-05-08
1
-0/+2
*
Issue 7780. Adding a test for unittest test discovery from a dotted path.
Michael Foord
2010-05-08
1
-0/+17
*
Issue 8547 - detecting and reporting that modules have been imported from the...
Michael Foord
2010-05-07
2
-3/+58
*
revert r80932; it breaks windows
Benjamin Peterson
2010-05-07
2
-53/+1
*
Issue 8547 - detecting and reporting that modules have been imported from the...
Michael Foord
2010-05-07
2
-1/+53
*
Adding tests for unittest command line handling of buffer, catchbreak and fai...
Michael Foord
2010-05-07
2
-0/+206
*
Adding a test for unittest test discovery with dotted path name.
Michael Foord
2010-05-07
2
-4/+21
*
Fix unittest tests to not abuse traceback.format_exception
Michael Foord
2010-05-02
1
-1/+14
*
Adding unittest.removeHandler function / decorator for removing the signal.SI...
Michael Foord
2010-04-25
3
-2/+42
*
Issue #8263: On freebsd6 the unittest 'break' test stops regrtest; skip it.
R. David Murray
2010-04-17
1
-0/+2
*
unittest.result.TestResult does not create its buffers until they're used. It...
Michael Foord
2010-04-07
2
-6/+11
*
Fix module directory finding logic for dotted paths in unittest test discovery.
Michael Foord
2010-04-06
1
-1/+13
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-11/+1
*
Minor tweak to unittest command line usage message
Michael Foord
2010-04-03
1
-1/+2
*
Adding -b command line option to the unittest usage message.
Michael Foord
2010-04-03
1
-6/+8
*
Another attempt at a fix for unittest.test.test_result for windows line endings
Michael Foord
2010-04-03
1
-5/+4
*
Cross platform unittest.TestResult newline handling when buffering stdout / s...
Michael Foord
2010-04-03
2
-15/+15
*
Support dotted module names for test discovery paths in unittest. Issue 7780.
Michael Foord
2010-04-03
2
-6/+32
*
Implement #1220212. Add os.kill support for Windows.
Brian Curtin
2010-04-02
1
-0/+2
*
Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
Michael Foord
2010-04-02
2
-0/+22
*
unittest tests no longer replace the sys.stdout put in place by regrtest
Michael Foord
2010-04-02
2
-8/+4
*
TestResult stores original sys.stdout and tests no longer use sys.__stdout__ ...
Michael Foord
2010-04-02
2
-19/+18
*
Addition of -b command line option to unittest for buffering stdout and stder...
Michael Foord
2010-04-02
5
-14/+217
*
Backport of weakref.WeakSet and tests from Python 3.
Michael Foord
2010-03-29
1
-0/+1
*
Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals an...
Michael Foord
2010-03-27
2
-13/+69
*
Rename the unittest test_suite function to not clash with a test module name ...
Michael Foord
2010-03-27
1
-2/+2
*
A fix for running unittest tests on platforms without the audioop module (e.g...
Michael Foord
2010-03-27
2
-14/+7
*
Addition of -c command line option to unittest, to handle ctrl-c during a tes...
Michael Foord
2010-03-26
6
-16/+319
*
Move a support TestCase out of the main namespace in unittest.test.test_suite
Michael Foord
2010-03-26
1
-7/+7
*
Remove incorrect docstring in unittest.test
Michael Foord
2010-03-26
1
-14/+0
*
Turn unittest tests into a package
Michael Foord
2010-03-25
13
-0/+4511
[next]