mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Update configuration for tests
This commit is contained in:
parent
8515ef1746
commit
6cf9dd839e
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
pytest
|
pytest
|
||||||
|
pytest-asyncio
|
||||||
|
pytest-cov
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,4 +1,4 @@
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rdev-requirements.txt
|
deps = -rdev-requirements.txt
|
||||||
commands = pytest {posargs}
|
commands = coverage run -m pytest {posargs}
|
||||||
skip_install = true
|
skip_install = true
|
||||||
Loading…
Reference in a new issue