cpython/Lib/unittest/test/testmock
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
..
__init__.py
__main__.py
support.py
testcallable.py
testhelpers.py bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) 2018-12-03 21:54:44 +00:00
testmagicmethods.py
testmock.py bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555) 2018-12-03 21:54:44 +00:00
testpatch.py
testsealable.py
testsentinel.py
testwith.py