diff options
author | Martin Czygan <martin@archive.org> | 2019-12-09 19:41:09 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2019-12-09 19:41:09 +0000 |
commit | d6bc26046bbbe7bd76f4740b12170b1b73e6d264 (patch) | |
tree | 6a9a7803bd955740b88e82d5687d29111d2ffa6e /python/Pipfile | |
parent | e5a1738b67c098ad61257c4b872ecdb3f6ad74a8 (diff) | |
parent | 7cba221ba4876bd7c011c6a46dc86c4494218366 (diff) | |
download | fatcat-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/Pipfile | 1 |
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"} |