Skip to content

Commit

Permalink
docs: Add testing subsection to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
illya-laifu committed Nov 28, 2024
1 parent 1c73048 commit 3aea600
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ Extra testing dependencies are installed via `poetry`:
poetry install
```


To run tests:
```shell
poetry shell
maturin develop
pytest
```
or
```shell
poetry run maturin develop
poetry run pytest
```

## TODO

Expand Down

0 comments on commit 3aea600

Please sign in to comment.