commit | 7397cda99795a4a8d96193d710105e77a07b7411 | [log] [tgz] |
---|---|---|
author | Xtreak <tir.karthi@gmail.com> | Mon Jul 22 13:08:22 2019 +0530 |
committer | Chris Withers <chris@withers.org> | Mon Jul 22 08:38:22 2019 +0100 |
tree | 476ce4e60fbe1ffbdf40cf754b506bfa2deeafab | |
parent | b530a4460b7a6ea96f1fa81a7c5bb529ead574ef [diff] |
bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688) * Clear name and parent of mock in autospecced objects used with attach_mock * Add NEWS entry * Fix reversed order of comparison * Test child and standalone function calls * Use a helper function extracting mock to avoid code duplication and refactor tests.