summaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorMartin Czygan <martin@archive.org>2019-12-09 19:41:09 +0000
committerMartin Czygan <martin@archive.org>2019-12-09 19:41:09 +0000
commitd6bc26046bbbe7bd76f4740b12170b1b73e6d264 (patch)
tree6a9a7803bd955740b88e82d5687d29111d2ffa6e /python/Pipfile
parente5a1738b67c098ad61257c4b872ecdb3f6ad74a8 (diff)
parent7cba221ba4876bd7c011c6a46dc86c4494218366 (diff)
downloadfatcat-d6bc26046bbbe7bd76f4740b12170b1b73e6d264.tar.gz
fatcat-d6bc26046bbbe7bd76f4740b12170b1b73e6d264.zip
Merge branch 'bnewbold-crossref-harvest-test' into 'master'
Basic mocked test for crossref harvester See merge request webgroup/fatcat!7
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 0f5ee2c0..1c15cab2 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -16,6 +16,7 @@ responses = ">=0.10"
pytest-cov = "*"
pylint = "*"
pg-view = "*"
+pytest-mock = "*"
[packages]
fatcat-openapi-client = {path = "./../python_openapi_client"}