mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-02 13:34:51 +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
|
||||
|
||||
pytest
|
||||
pytest
|
||||
pytest-asyncio
|
||||
pytest-cov
|
||||
2
tox.ini
2
tox.ini
|
|
@ -1,4 +1,4 @@
|
|||
[testenv]
|
||||
deps = -rdev-requirements.txt
|
||||
commands = pytest {posargs}
|
||||
commands = coverage run -m pytest {posargs}
|
||||
skip_install = true
|
||||
Loading…
Reference in a new issue