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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #10979. unittest stdout buffering now works with class and module setup...
Michael Foord
2011-03-17
1
-0/+67
*
fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset()
Victor Stinner
2011-01-03
2
-24/+30
*
Enable unittest.TestCase to be instantiated without providing a method name.
Michael Foord
2011-01-03
1
-0/+10
*
Issue 10786: unittest.TextTestRunner default stream no longer bound at import...
Michael Foord
2010-12-30
1
-0/+17
*
Add direct tests for the util functions.
Raymond Hettinger
2010-12-24
1
-1/+13
*
Improve diff for assertCountEqual() to actually show the differing counts.
Raymond Hettinger
2010-12-24
1
-6/+0
*
Add test for r87454.
Raymond Hettinger
2010-12-24
1
-0/+3
*
Deprecate assertDictContainsSubset()
Raymond Hettinger
2010-12-21
1
-1/+2
*
Improvement to fix for issue 9926 to allow TestResult to be reused.
Michael Foord
2010-12-19
1
-1/+6
*
Fix minor issue in implementation of issue 10470.
Michael Foord
2010-12-19
2
-0/+14
*
Issue 10611. Issue 9857. Improve the way exception handling, including test s...
Michael Foord
2010-12-19
3
-23/+99
*
Use lowercase true/false in assertTrue/assertFalse messages.
Ezio Melotti
2010-12-18
1
-4/+4
*
#10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticin...
Ezio Melotti
2010-12-10
1
-4/+4
*
Correct comment in unittest test
Michael Foord
2010-12-04
1
-1/+1
*
Issue 10620: Specifying test modules by path instead of module name to 'pytho...
Michael Foord
2010-12-04
1
-0/+79
*
Issue 7911: unittest.TestCase.longMessage defaults to True for improved failu...
Michael Foord
2010-12-03
1
-1/+1
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
5
-45/+47
*
Fix test failure in debug builds and add NEWS entry for r86908
Ezio Melotti
2010-12-01
1
-3/+3
*
#10535: Enable silenced warnings in unittest by default
Ezio Melotti
2010-12-01
4
-3/+160
*
Issue 10242: unittest.assertItemsEqual makes too many assumptions.
Raymond Hettinger
2010-11-27
2
-21/+28
*
#9424: add a DeprecationWarning for assertEquals, assertNotEquals, assertAlmo...
Ezio Melotti
2010-11-22
1
-19/+23
*
Improve test for 'python -m unittest' launching test discovery
Michael Foord
2010-11-22
1
-5/+4
*
Issue 10470: 'python -m unittest' launches test discovery by default.(If you...
Michael Foord
2010-11-21
1
-13/+38
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
2
-6/+6
*
Issue 10326: further extend test for unpickling to ensure type lookup mechani...
Michael Foord
2010-11-20
1
-0/+4
*
Issue 10326: extend test for pickling of TestCase instances to ensure they ca...
Michael Foord
2010-11-20
1
-0/+2
*
Issue 10326: TestCase instances can now be pickled (they store names of insta...
Michael Foord
2010-11-20
1
-0/+12
*
Fix issue 9926. TestSuite subclasses that override __call__ are called correc...
Michael Foord
2010-11-01
1
-0/+14
*
Issue #9754: Similarly to assertRaises and assertRaisesRegexp, unittest
Antoine Pitrou
2010-09-06
1
-0/+134
*
Fix error message for comparing single line strings in unittest.TestCase.asse...
Michael Foord
2010-07-10
1
-0/+15
*
Merged revisions 81878 via svnmerge from
Michael Foord
2010-06-10
1
-1/+3
*
Merged revisions 81853 via svnmerge from
Michael Foord
2010-06-10
2
-0/+87
*
Merged revisions 81764 via svnmerge from
Michael Foord
2010-06-05
2
-2/+49
*
Merged revisions 81763 via svnmerge from
Michael Foord
2010-06-05
1
-0/+39
*
Merged revisions 81753 via svnmerge from
Michael Foord
2010-06-05
1
-3/+6
*
Merged revisions 81739 via svnmerge from
Michael Foord
2010-06-05
1
-4/+22
*
Test fix to use floor division. Correction from merge in previous commit.
Michael Foord
2010-06-05
1
-1/+1
*
Merged revisions 81728 via svnmerge from
Michael Foord
2010-06-05
1
-0/+19
*
Merged revisions 81022 via svnmerge from
Michael Foord
2010-05-09
1
-0/+45
*
Merged revisions 80997 via svnmerge from
Michael Foord
2010-05-08
1
-0/+13
*
Merged revisions 80974 via svnmerge from
Michael Foord
2010-05-08
1
-0/+17
*
Merged revisions 80946 via svnmerge from
Michael Foord
2010-05-07
1
-2/+44
*
Merged revisions 80939 via svnmerge from
Benjamin Peterson
2010-05-07
1
-39/+0
*
Merged revisions 80932 via svnmerge from
Michael Foord
2010-05-07
1
-0/+39
*
Merged revisions 80920 via svnmerge from
Michael Foord
2010-05-07
2
-0/+210
*
Merged revisions 80918 via svnmerge from
Michael Foord
2010-05-07
1
-0/+17
*
Merged revisions 80708 via svnmerge from
Michael Foord
2010-05-02
1
-1/+15
*
Merged revisions 80476 via svnmerge from
Michael Foord
2010-04-25
1
-0/+21
*
Merged revisions 80155 via svnmerge from
R. David Murray
2010-04-22
1
-0/+2
*
Port #1220212 (os.kill for Win32) to py3k.
Brian Curtin
2010-04-12
1
-0/+2
[next]