cpython/Lib/unittest/test
Andrew Svetlov 28453feaa8
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
* [3.6] bpo-32297: Few misspellings found in Python source code comments. (GH-4803)

* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py.

(cherry picked from commit 53f7a7c281)
2017-12-14 16:19:51 +02:00
..
testmock [3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864) 2017-12-14 16:19:51 +02:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py bpo-23890: Fix ref cycle in TestCase.assertRaises (#858) 2017-06-16 00:18:15 +02:00
test_discovery.py bpo-30813: Fix unittest when hunting refleaks (#2502) (#2505) 2017-06-30 13:12:20 +02:00
test_functiontestcase.py
test_loader.py Issue 29274: Merge doc fixes from 3.5 2017-01-18 12:11:12 +00:00
test_program.py
test_result.py
test_runner.py
test_setups.py
test_skipping.py
test_suite.py