auth plugins

This commit is contained in:
Devaev Maxim
2019-04-09 07:13:13 +03:00
parent 0460c2e83b
commit a6028c46a4
16 changed files with 506 additions and 76 deletions

View File

@@ -28,7 +28,7 @@ deps =
-rrequirements.txt
[testenv:vulture]
commands = vulture --ignore-names=_format_P --ignore-decorators=@_exposed,@_system_task,@pytest.fixture kvmd genmap.py tests testenv/linters/vulture-wl.py
commands = vulture --ignore-names=_format_P,Plugin --ignore-decorators=@_exposed,@_system_task,@pytest.fixture kvmd genmap.py tests testenv/linters/vulture-wl.py
deps =
vulture
-rrequirements.txt
@@ -38,8 +38,9 @@ commands = py.test -vv --cov-config=testenv/linters/coverage.ini --cov-report=te
deps =
pytest
pytest-cov
pytest-asyncio
pytest-mock
pytest-asyncio
pytest-aiohttp
-rrequirements.txt
[testenv:eslint]