From 0d4c3cd8c30f0d139a37568ed099d551ac692a70 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 25 Jun 2024 17:17:34 +0200 Subject: [PATCH] doc(README): command to launch tests was incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc7e1a4..3d2aea9c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ $ pip install -e .[all] You can use the test env defined for hatch to run the tests: ```shell -$ hatch run test:run +$ hatch run testing:run ``` See `hatch env show` for more information about all the environments and their scripts.