diff options
author | Devaev Maxim <[email protected]> | 2019-04-06 23:26:11 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-06 23:26:11 +0300 |
commit | 008554ce4b9d3f7b6e4a039dff5745e9f1f5260e (patch) | |
tree | 2d83a4ed2c2487e895257e8f590da3f4249bf8dd /testenv | |
parent | b8e3ceef6d2b7becb4b7bc8b39c9f852a465c90d (diff) |
testing htpasswd
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/tox.ini b/testenv/tox.ini index 78742c76..f5192ad0 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -39,6 +39,7 @@ deps = pytest pytest-cov pytest-asyncio + pytest-mock -rrequirements.txt [testenv:eslint] |