CONTRIBUTING: add python unittes setup (#3021)

This commit is contained in:
Grace Guo
2017-06-21 12:52:04 -07:00
committed by GitHub
parent 99e1de58bc
commit de346a3eba

View File

@@ -252,6 +252,11 @@ npm run dev
## Testing
Before running python unit tests, please setup local testing environment:
```
pip install -r dev-reqs.txt
```
Python tests can be run with:
./run_tests.sh