anjishnu / ask-alexa-pykit

A minimalist SDK for developing skills for the Amazon Echo's ASK - Alexa Skills Kit using Amazon Web Services's Python Lambda Functions. Currently supported profiles are for Linux servers and AWS Lambda. Check the appropriate release branch. The cherrypy release branches have added components for request validation.
MIT License
275 stars 58 forks source link

Test ask.Request class #21

Closed hassanshamim closed 8 years ago

hassanshamim commented 8 years ago

getting started on #16. Give it a look and let me know if this approach/style is good with you.

Run tests with python -m unittest discover in project root.

anjishnu commented 8 years ago

Honestly, I think this is way too verbose (the test class is like 3x the size of the actual class). I would prefer a more lightweight suite of tests expressed as doctests and run it with nose.