diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-06 16:56:26 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-12-06 16:56:26 -0800 |
commit | fb5d2a2dad5f6bb3beedc999a52be2d0ed1b4f75 (patch) | |
tree | bb1d90d78663858e22d96b24132513a37869ed27 /python/Pipfile | |
parent | 653432a70740a5920e8ac3ce02114d82dd5f8a05 (diff) | |
download | fatcat-fb5d2a2dad5f6bb3beedc999a52be2d0ed1b4f75.tar.gz fatcat-fb5d2a2dad5f6bb3beedc999a52be2d0ed1b4f75.zip |
add pytest-mock helper library to dev deps
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"} |