From de346a3eba5d04c961fddf001de1fb4cc1238dfd Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Wed, 21 Jun 2017 12:52:04 -0700 Subject: [PATCH] CONTRIBUTING: add python unittes setup (#3021) --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cac8b6dc8..06f3e57f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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