From 96e5ed0f0a8b6fc041fdc8076940cd82be891563 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 8 Jan 2020 13:38:02 -0800 Subject: pipenv: mock testing library --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index eae64f3..e34479a 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -15,6 +15,7 @@ pytest-pythonpath = "*" pytest-pylint = "*" responses = ">=0.10" pytest-cov = "*" +pytest-mock = "*" pylint = "*" [packages] -- cgit v1.2.3