Use unittest.mock wherever it's available
Since python 3.3 `mock` is part of standard library. Let's try to use that before looking for third-party installation of it.
Showing
Please register or sign in to comment
Since python 3.3 `mock` is part of standard library. Let's try to use that before looking for third-party installation of it.