[misc] Add pytest-asyncio as tests
This commit is contained in:
parent
268e1d6853
commit
a3f8679b34
10
tox.ini
10
tox.ini
|
@ -7,17 +7,19 @@ deps = .
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps = flake8
|
deps = flake8
|
||||||
commands =
|
commands =
|
||||||
flake8 kibicara tests
|
flake8 kibicara tests
|
||||||
|
|
||||||
[testenv:black]
|
[testenv:black]
|
||||||
deps = black
|
deps = black
|
||||||
commands =
|
commands =
|
||||||
black -S --check --diff kibicara tests
|
black -S --check --diff kibicara tests
|
||||||
|
|
||||||
[testenv:pytest]
|
[testenv:pytest]
|
||||||
deps = pytest
|
deps =
|
||||||
|
pytest
|
||||||
|
pytest-asyncio
|
||||||
commands =
|
commands =
|
||||||
pytest
|
pytest
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max_line_length = 88
|
max_line_length = 88
|
||||||
|
|
Loading…
Reference in a new issue