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
/
case.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
00132-add-rpmbuild-hooks-to-unittest.patch
Fedora Python maintainers
2020-09-29
1
-0/+38
*
Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-39...
Miss Islington (bot)
2017-10-18
1
-2/+3
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-2/+2
*
Issue #26837: assertSequenceEqual() now correctly outputs non-stringified
Serhiy Storchaka
2016-04-25
1
-3/+3
*
Reverted issue #24134 changes.
Serhiy Storchaka
2015-05-16
1
-7/+5
*
Fixed English in error message.
Serhiy Storchaka
2015-05-06
1
-1/+1
*
Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer
Serhiy Storchaka
2015-05-06
1
-5/+7
*
backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex.
R David Murray
2014-03-25
1
-2/+2
*
#8906: document failureException, longMessage, and maxDiff in the class docst...
Ezio Melotti
2013-03-29
1
-12/+11
*
#17329: document unittest.SkipTest. Initial patch by Zachary Ware.
Ezio Melotti
2013-03-27
1
-1/+1
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
#16433: fix docstring of assertNotEqual.
Ezio Melotti
2012-11-08
1
-1/+1
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
1
-1/+5
*
#14832: 'first' now really refers to first arg in unittest assertItemsEqual
R David Murray
2012-05-16
1
-1/+1
*
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test c...
Antoine Pitrou
2012-04-25
1
-1/+2
*
this can be done without a custom dict (also fixes #12544)
Benjamin Peterson
2011-07-13
1
-22/+3
*
Issue 10326: Fix regression to get test cases to pickle again.
Raymond Hettinger
2011-06-25
1
-7/+28
*
#11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are...
Ezio Melotti
2011-04-27
1
-0/+8
*
Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual
Michael Foord
2011-03-17
1
-20/+17
*
Issue 10242. Switching unittest.TestCase.assertItemsEqual to use a collection...
Michael Foord
2010-12-19
1
-14/+14
*
Issue 10611. SystemExit should not cause a unittest test run to exit.
Michael Foord
2010-12-19
1
-4/+12
*
Merged revisions 87377 via svnmerge from
Ezio Melotti
2010-12-18
1
-4/+4
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-6/+6
*
Fix error message for comparing single line strings in unittest.TestCase.asse...
Michael Foord
2010-07-10
1
-3/+8
*
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
1
-0/+3
*
Code formatting change.
Michael Foord
2010-06-05
1
-0/+1
*
Fix unittest tests after previous commit.
Michael Foord
2010-06-05
1
-1/+1
*
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
1
-2/+4
*
Removed the new max_diff argument to assertSequenceEqual. All unittest.TestCa...
Michael Foord
2010-06-05
1
-9/+14
*
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
1
-3/+10
*
Updating documentation and adding docstrings to unittest.TestCase.assertRegex...
Michael Foord
2010-05-08
1
-0/+2
*
Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches
Michael Foord
2010-04-02
1
-0/+12
*
Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals an...
Michael Foord
2010-03-27
1
-13/+45
*
Issue 7815. __unittest in module globals trims frames from reported stacktrac...
Michael Foord
2010-03-22
1
-0/+3
*
Silence more py3k warnings in unittest.case.
Florent Xicluna
2010-03-21
1
-2/+2
*
Issue 7832: renaming unittest.TestCase.assertSameElements to assertItemsEqual...
Michael Foord
2010-03-20
1
-24/+30
*
Remove accidental print statement from last commit.
Michael Foord
2010-03-07
1
-1/+0
*
Fix accidental name rebinding in unittest py3k warning filtering.
Michael Foord
2010-03-07
1
-2/+3
*
Addition of setUpClass and setUpModule shared fixtures to unittest.
Michael Foord
2010-03-07
1
-0/+11
*
Fix for potentials errors in constructing unittest failure messages. Plus ski...
Michael Foord
2010-03-07
1
-13/+23
*
Fix some py3k warnings in the standard library.
Florent Xicluna
2010-03-07
1
-20/+17
*
Support for old TestResult object (unittest) with warnings when using unsuppo...
Michael Foord
2010-02-22
1
-5/+26
*
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
1
-34/+46
*
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
1
-10/+7
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
1
-0/+1
[next]