Closed mgorny closed 4 years ago
Python has a built-in mocking support since 3.3. Use the built-in module to avoid the dependency on external mock whenever possible, and fall back to it on older versions of Python.
Looks good! Thanks.
Python has a built-in mocking support since 3.3. Use the built-in module to avoid the dependency on external mock whenever possible, and fall back to it on older versions of Python.