diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-01-08 13:38:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-01-09 16:29:37 -0800 |
commit | 96e5ed0f0a8b6fc041fdc8076940cd82be891563 (patch) | |
tree | f59a3f7c39092e4d6ee1d470ba7ba7a4e521fa87 /python/Pipfile | |
parent | 2035b62d6e46c1c57243ee3e68d1067a30791f54 (diff) | |
download | sandcrawler-96e5ed0f0a8b6fc041fdc8076940cd82be891563.tar.gz sandcrawler-96e5ed0f0a8b6fc041fdc8076940cd82be891563.zip |
pipenv: mock testing library
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
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] |