diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e216ad507ad338c1204982e9a4a2cf14e1712793..5bf966409c65243eb4520efe721147a6b43bf5a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -314,10 +314,15 @@ For bigger changes, you'll want to create a unit test. Our tests are in the `tes We use `pytest` for unit testing. To run all unit tests, run the following in the root dir: ```bash -pip install -r data_requirements.txt pytest tests ``` +or + +```bash +make test +``` + ### Creating an Example Notebook For changes that involve entirely new features, it may be worth adding an example Jupyter notebook to showcase