From e37dea38b3dabd29be855c249cbc67b8c2244c24 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 18 Jan 2026 15:25:05 +0000 Subject: [PATCH] upd Run Tests in README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3afbde..8a8a72c 100644 --- a/README.md +++ b/README.md @@ -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: - -`pytest -v` +```powershell +poetry poe test-basic +poetry poe test-banana +poetry poe test-potato +``` ## Resources