Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Provide whitelist parity for `MagicMock` and `Mock` There are whitelist entries for the `return_value` and `side_effect` attributes of the `unittest.mock.Mock` class. This change seeks to provide parity for the `unittest.mock.MagicMock` class, which is just a subclass of `Mock` but with default implementations of most of the magic methods. Standard library reference: https://docs.python.org/3/library/unittest.mock.html#magic-mock
- Loading branch information