From 6430b94c49804ad126bce4a6ce0533a266c08121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Franusic?= Date: Mon, 13 Aug 2012 14:21:51 -0700 Subject: [PATCH] Adding README for tests --- tests/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/README.md 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/