diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000000..cfb487e7ad --- /dev/null +++ b/tests/README.md @@ -0,0 +1,13 @@ +# twilio-python unit tests + +## Setup + +From the root directory of this repository: + + $ pip install -r requirements.txt + +## Running the tests + +Again, from the root directory of this repository: + + $ nosetests tests/