Skip to content

Commit

Permalink
chore(docs): remove pytest instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR committed Oct 18, 2024
1 parent df22968 commit 2a0c2d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2a0c2d8

Please sign in to comment.