cpython/Lib/unittest
Miss Islington (bot) 5fe170d9c1 Fix mock_open docstring to use readline (GH-11266)
(cherry picked from commit 71f82a2f20)

Co-authored-by: Xtreak <tirkarthi@users.noreply.github.com>
2018-12-20 16:23:57 +00:00
..
test Add test for double patching instance methods (GH11126) 2018-12-12 09:00:44 +00:00
__init__.py Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish 2016-09-28 17:28:41 +03:00
__main__.py bpo-29919: Remove unused imports found by pyflakes (#137) 2017-03-27 16:05:26 +02:00
case.py bpo-34900: Make TestCase.debug() work with subtests (GH-9707) 2018-10-12 14:07:01 +03:00
loader.py bpo-32071: Fix regression and add What's New entry (#4589) 2017-11-28 20:40:44 +01:00
main.py bpo-32071: Add unittest -k option (#4496) 2017-11-25 16:23:52 +01:00
mock.py Fix mock_open docstring to use readline (GH-11266) 2018-12-20 16:23:57 +00:00
result.py
runner.py bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180) 2018-12-17 02:49:22 -08:00
signals.py
suite.py
util.py bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994) 2018-01-24 16:49:58 +09:00