Codebase list python-procrunner / 74c2274
Use python standard library mock Markus Gerstel 3 years ago
3 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 bump2version==1.0.0
11 coverage==5.3
22 flake8==3.8.3
3 mock==3.0.5
43 pip==20.2.3
54 pytest==6.1.0
65 Sphinx==3.2.1
1212
1313 setup_requirements = []
1414
15 test_requirements = ["mock", "pytest"]
15 test_requirements = ["pytest"]
1616
1717 setup(
1818 author="Markus Gerstel",
00 import copy
1 import mock
1 from unittest import mock
22 import os
33 import pathlib
44 import procrunner