Skip to content

Commit d8a5803

Browse files
Add mock to the testing requirements
It was missing, and without them, tests didn’t run.
1 parent 0605a82 commit d8a5803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ pytest-cov==2.2.1
55
pytest-flakes==1.0.1
66
pytest-pep8==1.0.6
77
pep8==1.7.0
8-
coverage==4.2
8+
coverage==4.2
9+
mock==2.0.0

0 commit comments

Comments
 (0)