aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-23 00:38:43 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-23 00:38:43 -0700
commita7b053dac71d6a3978f3fa788364f4df68853604 (patch)
tree6bb36b0388e344253426e48b473d6974907acb8e /Pipfile
parent47d850df7f9ad6a29485691b0d576035e25302be (diff)
downloadfatcat-scholar-a7b053dac71d6a3978f3fa788364f4df68853604.tar.gz
fatcat-scholar-a7b053dac71d6a3978f3fa788364f4df68853604.zip
pipenv: add pytest-mock (for ES search tests)
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 7a68464..2fec268 100644
--- a/Pipfile
+++ b/Pipfile
@@ -36,6 +36,7 @@ pytype = "*"
flake8 = "*"
flake8-annotations = "*"
pytest = "*"
+pytest-mock = "*"
pytest-cov = "*"
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517