futel / dialplan-functions

Serves documents etc to Twilio for Futel
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

implement higher level unit tests #18

Open kra opened 1 year ago

kra commented 1 year ago

flask has a fixture to test the app routes with a mock request

could unit test the app decorators with the route decorator and a stub function

could use the flask fixture to call the dialers with a mock request and env

valuable to just make the smoke tests that exercise the code