plivo / plivoframework

Open Source Telephony Application Prototyping Framework
http://www.plivo.com/open-source/
Other
417 stars 180 forks source link

Move tests #118

Closed darylyu closed 2 years ago

darylyu commented 10 years ago

Moved the tests inside src to simplify test discovery using libraries like py.test and nose.

Renamed examples from test.py to example.py, because they were added by py.test and weren't really tests.

Added instructions in README on how to run tests. I tried to do it in README.rst too, but I don't know that markup.