From 2a0c2d8ba5d8164f85f6f97c4f1e8725fd91c9ea Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Fri, 18 Oct 2024 12:21:16 +0200 Subject: [PATCH] chore(docs): remove pytest instruction Signed-off-by: Ludovic Ortega --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d1eac4..aab5df3 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,7 @@ Install [uv](https://docs.astral.sh/uv/getting-started/installation/) Install and setup dependencies with `uv sync` -### Run unit test -``` -uv run pytest --cov -``` - -### Run ruff +## Run ruff ``` uv run ruff format . uv run ruff check .