…Call/_MagicProxy. (pythonGH-10873) Fix minor typo in test function name. (cherry picked from commit e63e617) Co-authored-by: Andrew Dunai <andunai@gmail.com>
|
@cjw296: Please replace |
In python 3.6.8, 3.7.2, and in python-next, some attributes on the unittest.mock.call object were renamed from things like `name` and `parent` to `_mock_name` and `_mock_parent`. resolves simplistix#102 Python bug: * bpo-35357 (https://bugs.python.org/issue35357) pull requests which added this change: * python/cpython#10873 * python/cpython#10887 * python/cpython#10888
Fix minor typo in test function name.
(cherry picked from commit e63e617)
Co-authored-by: Andrew Dunai andunai@gmail.com
https://bugs.python.org/issue35357