]> granicus.if.org Git - python/commit
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)
authorChris Withers <chris@withers.org>
Mon, 3 Dec 2018 21:31:37 +0000 (21:31 +0000)
committerGitHub <noreply@github.com>
Mon, 3 Dec 2018 21:31:37 +0000 (21:31 +0000)
commit8ca0fa9d2f4de6e69f0902790432e0ab2f37ba68
treec1af80e0a0ee140f84cf87b02caca5e5d9ed67d5
parent3bc0ebab17bf5a2c29d2214743c82034f82e6573
bpo-35226: Fix equality for nested unittest.mock.call objects. (#10555)

Also refactor the call recording imolementation and add some notes
about its limitations.
Doc/library/unittest.mock-examples.rst
Doc/library/unittest.mock.rst
Lib/unittest/mock.py
Lib/unittest/test/testmock/testhelpers.py
Lib/unittest/test/testmock/testmock.py
Misc/NEWS.d/next/Library/2018-11-15-07-14-32.bpo-35226.wJPEEe.rst [new file with mode: 0644]