Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1f3b4e12e8ba9cd896625ba02ea1ab6849ca3a07
/
Lib
/
unittest
1f3b4e1
Fix some py3k warnings in the standard library.
by Florent Xicluna
· 15 years ago
d99ef9a
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
by Michael Foord
· 15 years ago
ae3db0a
Support for old TestResult object (unittest) with warnings when using unsupported features.
by Michael Foord
· 15 years ago
c2294dd
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956
by Michael Foord
· 15 years ago
225a099
unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956
by Michael Foord
· 15 years ago
e5e7696
Adding TextTestResult to unittest.__all__
by Michael Foord
· 16 years ago
67dfc77
Remove deprecation on assert_. It is used too frequently.
by Michael Foord
· 16 years ago
db43b5a
Issue 7893 and Issue 7588
by Michael Foord
· 16 years ago
fe6349c
Make assertMultiLineEqual the default for comparing unicode strings.
by Michael Foord
· 16 years ago
cd4f657
Fix exc_value -> exception in docstring
by Ezio Melotti
· 16 years ago
2bd52dc
assertRaises as context manager now allows you to access exception as documented
by Michael Foord
· 16 years ago
dc3694b
Rename "exc_value" attribute on assertRaises context manager to "exception".
by Georg Brandl
· 16 years ago
b0eb4d3
Use "regexp" consistently.
by Georg Brandl
· 16 years ago
0877060
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
by Michael Foord
· 16 years ago
757cc4d
Correction to docstring correction.
by Michael Foord
· 16 years ago
d0edec3
Improving docstrings in unittest.TestCase
by Michael Foord
· 16 years ago
05b4171
Fix typo in assertSequenceEqual docstring.
by R. David Murray
· 16 years ago
b5d7400
Change error report when the object passed to suite.addTest is not
by R. David Murray
· 16 years ago
b9d4963
Issue #7092: Fix the DeprecationWarnings emitted by the standard library
by Antoine Pitrou
· 16 years ago
8cdc9bc
More yearly updates.
by Georg Brandl
· 16 years ago
d46430b
now that deepcopy can handle instance methods, this hack can be removed #7409
by Benjamin Peterson
· 16 years ago
47dded6
Backport micro-fix from the py3k svnmerge
by Antoine Pitrou
· 16 years ago
0734c63
Issue #7197: Allow unittest.TextTestRunner objects to be pickled and
by Antoine Pitrou
· 16 years ago
f895cf5
#7031: Add TestCase.assertIsInstance and negated method.
by Georg Brandl
· 16 years ago
46cc46a
Fix some weird whitespace and two other overlong lines.
by Georg Brandl
· 16 years ago
d6aabcf
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
by Michael Foord
· 16 years ago
e91ea56
Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
by Michael Foord
· 16 years ago
5a9719d
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
by Michael Foord
· 16 years ago
c3f7937
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
by Michael Foord
· 16 years ago
e2a7798
issue 6275
by Kristján Valur Jónsson
· 16 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago