* tests.unit.compat.mock: Remove legacy compat code This removes old Python 3.4 compatibility code that is no longer needed. * Prefer unitest.mock by universally using compat.mock `mock` is a backport of the `unittest.mock` module from the stdlib, and there's no reason to use it on newer Python versions. |
||
---|---|---|
.. | ||
__init__.py | ||
builtins.py | ||
mock.py | ||
unittest.py |