10000 docs: Add local testing docs (#498) · vamsi-org/twilio-python@abdcfc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit abdcfc8

Browse files
author
childish-sambino
authored
docs: Add local testing docs (twilio#498)
1 parent d647789 commit abdcfc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ even better than it is today! Here are the guidelines we'd like you to follow:
1010
- [Documentation fixes](#docs)
1111
- [Submission Guidelines](#submit)
1212
- [Coding Rules](#rules)
13+
- [Local Testing](#testing)
1314

1415

1516
## <a name="coc"></a> Code of Conduct
@@ -155,6 +156,11 @@ you are working:
155156
* All features or bug fixes **must be tested** by one or more tests.
156157
* All classes and methods **must be documented**.
157158
159+
## <a name="testing"></a> Local Testing
160+
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:
161+
```
162+
make test-install test
163+
```
158164
159165
[docs-link]: https://www.twilio.com/docs/libraries/python
160166
[issue-link]: https://github.com/twilio/twilio-python/issues/new

0 commit comments

Comments
 (0)
0