We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
That was suggested by @jsd-spif: mock is available as unittest.mock in Python 3, so we don't need a dependency on mock.
mock
unittest.mock
Similarly, testfixtures.compare could probably be replaced with assertDictEqual from unittest.
testfixtures.compare
assertDictEqual
unittest