Open kra opened 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
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