Skip to content

Commit

Permalink
docs: add info about running tests to CONTRIBUTING.md (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwiktrammer authored Jan 9, 2025
1 parent 2e4640e commit 5235dc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ We use `mypy` for type checking. To perform type checking, simply run:
$ uv run mypy .
```

## Testing
We use `pytest` for testing. To run the tests, simply run:

```bash
$ uv run pytest
```


## Install pre-commit or pre-push hooks

Expand Down

0 comments on commit 5235dc9

Please sign in to comment.