cpython/Lib/unittest/test
Miss Islington (bot) e8f9e4785c bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)
Also refactor the call recording imolementation and add some notes
about its limitations.
(cherry picked from commit 8ca0fa9d2f)

Co-authored-by: Chris Withers <chris@withers.org>
2018-12-03 21:54:44 +00:00
..
testmock bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) 2018-12-03 21:54:44 +00:00
__init__.py
__main__.py
_test_warnings.py
dummy.py
support.py
test_assertions.py
test_break.py
test_case.py bpo-34900: Make TestCase.debug() work with subtests (GH-9707) 2018-10-12 14:07:01 +03:00
test_discovery.py
test_functiontestcase.py
test_loader.py
test_program.py
test_result.py
test_runner.py
test_setups.py
test_skipping.py
test_suite.py