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 | |
parent | 653432a70740a5920e8ac3ce02114d82dd5f8a05 (diff) | |
download | fatcat-fb5d2a2dad5f6bb3beedc999a52be2d0ed1b4f75.tar.gz fatcat-fb5d2a2dad5f6bb3beedc999a52be2d0ed1b4f75.zip |
add pytest-mock helper library to dev deps
Diffstat (limited to 'python')
-rw-r--r-- | python/Pipfile | 1 | ||||
-rw-r--r-- | python/Pipfile.lock | 10 |
2 files changed, 10 insertions, 1 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"} diff --git a/python/Pipfile.lock b/python/Pipfile.lock index f75b7fbe..5a8ef462 100644 --- a/python/Pipfile.lock +++ b/python/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "b3d17cd8c87abdbb852248ec8eef83b5992df46234e7a89e7bd29a6c4d693909" + "sha256": "e2e05ace1d00d2859f8942ac21bbb7fcbde9dc2f28df74f4173b3dfd7c7d3932" }, "pipfile-spec": 6, "requires": { @@ -800,6 +800,14 @@ "index": "pypi", "version": "==2.7.1" }, + "pytest-mock": { + "hashes": [ + "sha256:67e414b3caef7bff6fc6bd83b22b5bc39147e4493f483c2679bc9d4dc485a94d", + "sha256:e24a911ec96773022ebcc7030059b57cd3480b56d4f5d19b7c370ec635e6aed5" + ], + "index": "pypi", + "version": "==1.13.0" + }, "pytest-pylint": { "hashes": [ "sha256:0dcb6cd429281f7493994e65324937bb295ef28f7632c046b45828380f4fe88a", |