diff options
-rw-r--r-- | Pipfile | 1 | ||||
-rw-r--r-- | Pipfile.lock | 10 |
2 files changed, 10 insertions, 1 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 diff --git a/Pipfile.lock b/Pipfile.lock index c25a066..33e5f1a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8f4eb70e513b49ff7f98b817e20cde51e387449e467070e3cc5a0076d0eed24e" + "sha256": "e37cb8c091827eaa0f9ab837db880165e635c2b548896d2b943e6170d9470c44" }, "pipfile-spec": 6, "requires": { @@ -808,6 +808,14 @@ "index": "pypi", "version": "==2.10.1" }, + "pytest-mock": { + "hashes": [ + "sha256:024e405ad382646318c4281948aadf6fe1135632bea9cc67366ea0c4098ef5f2", + "sha256:a4d6d37329e4a893e77d9ffa89e838dd2b45d5dc099984cf03c703ac8411bb82" + ], + "index": "pypi", + "version": "==3.3.1" + }, "pytype": { "hashes": [ "sha256:15d3898bf800004520ed603e1cfa5ac1d4a57642f2460c03ccc046cbffc8ab1b", |