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.
Updated by CodeHeeler over 6 years ago
- Tracker changed from Issue to Task
- % Done set to 0
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Actions