Skip to content
Snippets Groups Projects
Unverified Commit 9c821601 authored by David Chiu's avatar David Chiu Committed by GitHub
Browse files

fix: testing instruction in `CONTRIBUTING.md` (#8526)

parent 9a236d65
No related branches found
No related tags found
No related merge requests found
...@@ -314,10 +314,15 @@ For bigger changes, you'll want to create a unit test. Our tests are in the `tes ...@@ -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: We use `pytest` for unit testing. To run all unit tests, run the following in the root dir:
```bash ```bash
pip install -r data_requirements.txt
pytest tests pytest tests
``` ```
or
```bash
make test
```
### Creating an Example Notebook ### Creating an Example Notebook
For changes that involve entirely new features, it may be worth adding an example Jupyter notebook to showcase For changes that involve entirely new features, it may be worth adding an example Jupyter notebook to showcase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment