Replace mock with stdlib unittest.mock
This commit is contained in:
parent
2513f08d07
commit
05cb98257f
5 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
from unittest.mock import MagicMock, patch
|
||||
|
||||
from api_clients.utils import ApcUrl, ApiRequest
|
||||
from mock import MagicMock, patch
|
||||
|
||||
|
||||
def test_api_request_init():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue