mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
CONTRIBUTING: add python unittes setup (#3021)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user