We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1556a1 + a3081c0 commit b80ce4eCopy full SHA for b80ce4e
tests/main_test.py
@@ -1,4 +1,4 @@
1
-import mock
+from unittest import mock
2
3
from .base_test_case import BaseTestCase
4
from pyt.__main__ import discover_files, main
tox.ini
@@ -2,15 +2,13 @@
envlist = py36,cover,lint
[testenv]
5
-deps = mock
6
commands =
7
python -m tests
8
9
[testenv:cover]
10
whitelist_externals = coverage
11
deps =
12
coverage>=4.0,<4.4
13
- mock
14
15
coverage erase
16
coverage run tests
0 commit comments