MagicMock is a subclass of Mock with default implementations of most of the magic methods.
You can use MagicMock without having to configure the magic methods yourself.