upd Run Tests in README

This commit is contained in:
onyx-and-iris 2026-01-18 15:25:05 +00:00
parent 7f3b0ac7c9
commit e37dea38b3

View File

@ -528,13 +528,15 @@ with vban_cmd.api('banana', **opts) as vban:
... ...
``` ```
## Tests ### Run tests
First make sure you installed the [development dependencies](https://github.com/onyx-and-iris/vban-cmd-python#installation) Install [poetry](https://python-poetry.org/docs/#installation) and then:
Then from tests directory: ```powershell
poetry poe test-basic
`pytest -v` poetry poe test-banana
poetry poe test-potato
```
## Resources ## Resources