commit | e8f9e4785caeef8a68bb7859280e91a4cb424b79 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Dec 03 13:54:44 2018 -0800 |
committer | Chris Withers <chris@withers.org> | Mon Dec 03 21:54:44 2018 +0000 |
tree | 32b8764318bfdcab8be3df285a57e55be26a46bd | |
parent | fe91e9ba08a8854e2149398386702828fe3c0038 [diff] |
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 8ca0fa9d2f4de6e69f0902790432e0ab2f37ba68) Co-authored-by: Chris Withers <chris@withers.org>