cpython/Lib/unittest
Miss Islington (bot) 8fa0648f89 Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040)
The word "difference" from missing the sentence.
This clarifies that it compares the difference between the two objects.
(cherry picked from commit 032a6480e3)
2017-10-18 10:30:05 -07:00
..
test Issue #29274: tests cases → test cases 2017-01-18 12:14:29 +00:00
__init__.py Docstring typo fix: Arithmentic -> Arithmetic. 2013-09-09 10:32:08 +01:00
__main__.py Improving help message for python -m unittest. Issue 8303. 2010-05-10 20:21:16 +00:00
case.py Update TestCase.assertAlmostEqual and assertNotAlmostEqual docstrings. (GH-3998) (GH-4040) 2017-10-18 10:30:05 -07:00
loader.py Issue #29274: tests cases → test cases 2017-01-18 12:14:29 +00:00
main.py Marked keystrokes with the :kbd: role. 2015-09-12 17:47:12 +03:00
result.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
runner.py Pass on parameters in unittest.TextTestResult.__init__ super call 2012-09-28 12:54:56 +01:00
signals.py Issue #28998: More APIs now support longs as well as ints. 2016-12-27 15:09:36 +02:00
suite.py Issue #10979. unittest stdout buffering now works for class and module fixtures. 2011-03-17 12:48:56 -04:00
util.py Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual 2011-03-16 20:34:53 -04:00