Skip to content

Commit

Permalink
docs: Add local testing docs (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino authored Nov 4, 2019
1 parent d647789 commit abdcfc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ even better than it is today! Here are the guidelines we'd like you to follow:
- [Documentation fixes](#docs)
- [Submission Guidelines](#submit)
- [Coding Rules](#rules)
- [Local Testing](#testing)


## <a name="coc"></a> Code of Conduct
Expand Down Expand Up @@ -155,6 +156,11 @@ you are working:
* All features or bug fixes **must be tested** by one or more tests.
* All classes and methods **must be documented**.
## <a name="testing"></a> Local Testing
There exists a separate `requirements.txt` document under `tests` that contains dependencies required for running unit tests. To install them and run the unit tests, try this:
```
make test-install test
```
[docs-link]: https://www.twilio.com/docs/libraries/python
[issue-link]: https://github.com/twilio/twilio-python/issues/new
Expand Down

0 comments on commit abdcfc8

Please sign in to comment.