add py13 to tox envlist

upd Run tests section in README.
This commit is contained in:
2025-02-13 10:59:20 +00:00
parent b79d9494a2
commit e21a458c6f
4 changed files with 47 additions and 41 deletions

View File

@@ -869,10 +869,12 @@ with voicemeeterlib.api('banana') as vm:
### Run tests
To run all tests:
Install [poetry](https://python-poetry.org/docs/#installation) and then:
```
pytest -v
```powershell
poetry poe test-basic
poetry poe test-banana
poetry poe test-potato
```
### Official Documentation