From 60058f7cb87a6ab7690ec58fe83c7d413a9c365a Mon Sep 17 00:00:00 2001 From: patrickpa Date: Fri, 7 Jun 2024 11:59:27 +0200 Subject: [PATCH] Adjust test command on README Signed-off-by: patrickpa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d6229..1f5ed8a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ pip install -r requirements-tests.txt Execute tests: ``` -pytest -vv +python -m pytest -vv ``` They should output something similar to: