mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-03-13 01:45:59 +00:00
upd report paths, regenerate badges
This commit is contained in:
parent
795296d71e
commit
868017c79f
@ -2,9 +2,9 @@
|
||||
[](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE)
|
||||
[](https://python-poetry.org/)
|
||||
[](https://github.com/astral-sh/ruff)
|
||||
[](./tests/reports/junit-basic.html)
|
||||
[](./tests/reports/junit-banana.html)
|
||||
[](./tests/reports/junit-potato.html)
|
||||
[](./tests/reports/basic.html)
|
||||
[](./tests/reports/banana.html)
|
||||
[](./tests/reports/potato.html)
|
||||
|
||||
# Python Wrapper for Voicemeeter API
|
||||
|
||||
|
770
tests/reports/banana.html
Normal file
770
tests/reports/banana.html
Normal file
File diff suppressed because one or more lines are too long
770
tests/reports/basic.html
Normal file
770
tests/reports/basic.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
770
tests/reports/potato.html
Normal file
770
tests/reports/potato.html
Normal file
File diff suppressed because one or more lines are too long
2
tox.ini
2
tox.ini
@ -20,7 +20,7 @@ deps =
|
||||
commands_pre =
|
||||
poetry install --no-interaction --no-root
|
||||
commands =
|
||||
poetry run pytest --capture=tee-sys --junitxml=./tests/reports/junit-${KIND}.xml --html=./tests/reports/html-${KIND}.html tests
|
||||
poetry run pytest --capture=tee-sys --junitxml=./tests/reports/junit-${KIND}.xml --html=./tests/reports/${KIND}.html tests
|
||||
poetry run genbadge tests -t 90 -i ./tests/reports/junit-${KIND}.xml -o ./tests/reports/badge-${KIND}.svg
|
||||
|
||||
[testenv:dsl]
|
||||
|
Loading…
x
Reference in New Issue
Block a user