From 3aea600ecdd92f3a675e2a47a7fa72d88bd4d1d1 Mon Sep 17 00:00:00 2001 From: Illya Laifu Date: Thu, 28 Nov 2024 16:26:38 +0200 Subject: [PATCH] docs: Add testing subsection to the README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a38bf67..cc9fd4a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,17 @@ Extra testing dependencies are installed via `poetry`: poetry install ``` - +To run tests: +```shell +poetry shell +maturin develop +pytest +``` +or +```shell +poetry run maturin develop +poetry run pytest +``` ## TODO