Update tests example command, add release.sh

This commit is contained in:
Miguel Jacq 2025-11-07 13:59:23 +11:00
parent fde80bc271
commit 4bb0cc2880
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 7 additions and 1 deletions

View file

@ -63,4 +63,4 @@ Make sure you have `libxcb-cursor0` installed (it may be called something else o
* Clone the repo
* Ensure you have poetry installed
* Run `poetry install --with test`
* Run `poetry run pytest -vvvv --cov=bouquin`
* Run `./tests.sh`