diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-23 00:38:43 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-23 00:38:43 -0700 |
commit | a7b053dac71d6a3978f3fa788364f4df68853604 (patch) | |
tree | 6bb36b0388e344253426e48b473d6974907acb8e /Pipfile | |
parent | 47d850df7f9ad6a29485691b0d576035e25302be (diff) | |
download | fatcat-scholar-a7b053dac71d6a3978f3fa788364f4df68853604.tar.gz fatcat-scholar-a7b053dac71d6a3978f3fa788364f4df68853604.zip |
pipenv: add pytest-mock (for ES search tests)
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |