Skip to content

Commit

Permalink
docs: add the documentation about how to install packages for tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua authored Dec 6, 2024
1 parent 1e349cd commit 970e7d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions python/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ re-building.

## Running tests

To run the tests, first install the test packages:

```shell
pip install '.[tests]'
```

then:

```shell
make test
```
Expand Down

0 comments on commit 970e7d5

Please sign in to comment.