Actions
Task #3781
closedUnify the use of the mock module
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix, Pulp 2
Sprint:
Quarter:
Description
Sometimes we use the `mock` module from PyPI and sometimes we use it from `unittest.mock`.
Given that we only care about CPython 3.5+ and `unittest.mock` has been available since CPython 3.3, we should probably get rid of the PyPI one completely and update the code that uses it accordingly.
Actions