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
*
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...
Michael Foord
2010-02-23
2
-6/+16
*
Support for old TestResult object (unittest) with warnings when using unsuppo...
Michael Foord
2010-02-22
2
-7/+28
*
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...
Michael Foord
2010-02-18
1
-3/+4
*
unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...
Michael Foord
2010-02-18
2
-34/+52
*
Adding TextTestResult to unittest.__all__
Michael Foord
2010-02-11
1
-1/+2
*
Remove deprecation on assert_. It is used too frequently.
Michael Foord
2010-02-10
1
-1/+1
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
4
-27/+32
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
1
-0/+1
*
Fix exc_value -> exception in docstring
Ezio Melotti
2010-02-08
1
-1/+1
*
assertRaises as context manager now allows you to access exception as documented
Michael Foord
2010-02-07
1
-1/+1
*
Rename "exc_value" attribute on assertRaises context manager to "exception".
Georg Brandl
2010-02-07
1
-2/+2
*
Use "regexp" consistently.
Georg Brandl
2010-02-07
1
-8/+8
*
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
Michael Foord
2010-02-06
1
-1/+2
*
Correction to docstring correction.
Michael Foord
2010-02-05
1
-1/+1
*
Improving docstrings in unittest.TestCase
Michael Foord
2010-02-05
1
-5/+15
*
Fix typo in assertSequenceEqual docstring.
R. David Murray
2010-01-29
1
-1/+1
*
Change error report when the object passed to suite.addTest is not
R. David Murray
2010-01-28
1
-1/+1
*
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
Antoine Pitrou
2010-01-04
1
-3/+9
*
More yearly updates.
Georg Brandl
2010-01-01
1
-1/+1
*
now that deepcopy can handle instance methods, this hack can be removed #7409
Benjamin Peterson
2009-11-29
1
-13/+2
*
Backport micro-fix from the py3k svnmerge
Antoine Pitrou
2009-11-10
1
-1/+1
*
Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
Antoine Pitrou
2009-11-10
1
-0/+2
*
#7031: Add TestCase.assertIsInstance and negated method.
Georg Brandl
2009-10-01
1
-0/+13
*
Fix some weird whitespace and two other overlong lines.
Georg Brandl
2009-10-01
1
-4/+7
*
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exc...
Michael Foord
2009-09-27
1
-5/+8
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
2
-16/+46
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
1
-2/+2
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
1
-1/+9
*
issue 6275
Kristján Valur Jónsson
2009-08-27
1
-0/+1
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
9
-0/+1773