CONTRIBUTING: add python unittes setup (#3021)
This commit is contained in:
parent
99e1de58bc
commit
de346a3eba
|
|
@ -252,6 +252,11 @@ npm run dev
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
Before running python unit tests, please setup local testing environment:
|
||||||
|
```
|
||||||
|
pip install -r dev-reqs.txt
|
||||||
|
```
|
||||||
|
|
||||||
Python tests can be run with:
|
Python tests can be run with:
|
||||||
|
|
||||||
./run_tests.sh
|
./run_tests.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue