Skip to content

Commit

Permalink
Add description for running specific test (#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
timifasubaa authored and mistercrunch committed Oct 13, 2017
1 parent f871634 commit 48e28ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,15 @@ Before running python unit tests, please setup local testing environment:
pip install -r dev-reqs.txt
```

Python tests can be run with:
All python tests can be run with:

./run_tests.sh

Alternatively, you can run a specific test with:

./run_specific_test.sh tests.core_tests:CoreTests.test_function_name

Note that before running specific tests, you have to both setup the local testing environment and run all tests.

We use [Mocha](https://mochajs.org/), [Chai](http://chaijs.com/) and [Enzyme](http://airbnb.io/enzyme/) to test Javascript. Tests can be run with:

Expand Down

0 comments on commit 48e28ef

Please sign in to comment.