From fb5d2a2dad5f6bb3beedc999a52be2d0ed1b4f75 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 6 Dec 2019 16:56:26 -0800 Subject: add pytest-mock helper library to dev deps --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') 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"} -- cgit v1.2.3