aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-01-08 13:38:02 -0800
committerBryan Newbold <bnewbold@archive.org>2020-01-09 16:29:37 -0800
commit96e5ed0f0a8b6fc041fdc8076940cd82be891563 (patch)
treef59a3f7c39092e4d6ee1d470ba7ba7a4e521fa87 /python/Pipfile
parent2035b62d6e46c1c57243ee3e68d1067a30791f54 (diff)
downloadsandcrawler-96e5ed0f0a8b6fc041fdc8076940cd82be891563.tar.gz
sandcrawler-96e5ed0f0a8b6fc041fdc8076940cd82be891563.zip
pipenv: mock testing library
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index eae64f3..e34479a 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -15,6 +15,7 @@ pytest-pythonpath = "*"
pytest-pylint = "*"
responses = ">=0.10"
pytest-cov = "*"
+pytest-mock = "*"
pylint = "*"
[packages]