Skip to content

Commit

Permalink
Add instructions for running tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarbone committed Jul 1, 2023
1 parent 1d40a54 commit bd7aabb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ pip install lightshow

More details can be found at our [documentation](https://ai-multimodal.github.io/Lightshow/installation.html).

## Running tests

Tests can be run via `pytest`. After local installation, simply use

```bash
pytest lightshow/_tests
```


# Contributing

Expand Down

0 comments on commit bd7aabb

Please sign in to comment.