better auth testing

This commit is contained in:
Devaev Maxim
2019-04-11 05:36:38 +03:00
parent 060140d654
commit a168ce9d8f
4 changed files with 49 additions and 30 deletions

View File

@@ -19,6 +19,7 @@ deps =
pylint
pytest
pytest-asyncio
aiohttp-basicauth
-rrequirements.txt
[testenv:mypy]
@@ -41,6 +42,7 @@ deps =
pytest-mock
pytest-asyncio
pytest-aiohttp
aiohttp-basicauth
-rrequirements.txt
[testenv:eslint]