blob: 1dade5baf4e01336170a780a4fe2e91596f8e8da (
plain)
1
2
3
4
|
Internal attributes' names of unittest.mock._Call and
unittest.mock.MagicProxy (name, parent & from_kall) are now prefixed with
_mock_ in order to prevent clashes with widely used object attributes.
Fixed minor typo in test function name.
|