add py13 to tox envlist

test_xair and test_x32 now run tests with tox

upd Tests section in README
This commit is contained in:
2025-02-13 11:01:44 +00:00
parent cf4a1d295f
commit 2b91863337
5 changed files with 45 additions and 32 deletions

View File

@@ -339,14 +339,14 @@ print(mixer.query('/ch/01/mix/on'))
### `Tests`
Unplug any expensive equipment before running tests.
Save your current settings to a snapshot first.
Install [poetry](https://python-poetry.org/docs/#installation) and then:
First make sure you installed the [development dependencies](https://github.com/onyx-and-iris/xair-api-python#installation)
```powershell
poetry poe test-xair
poetry poe test-x32
```
To run all tests:
`pytest -v`.
Unplug any expensive equipment and save your current settings to a snapshot first.
## License