From a7b053dac71d6a3978f3fa788364f4df68853604 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 23 Oct 2020 00:38:43 -0700 Subject: pipenv: add pytest-mock (for ES search tests) --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 7a68464..2fec268 100644 --- a/Pipfile +++ b/Pipfile @@ -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 -- cgit v1.2.3