@Code-ReaQtor What features in particular are you looking for?
@seemethere
More like Flask's, usable with python _unittest_ module:
http://flask.pocoo.org/docs/0.11/testing/
https://github.com/mjhea0/flaskr-tdd
Edit:
Simplest test case: testing HTTP methods.
After wsgi compliant, it could be integrated with WebTest and exposing fixture for pytest and unittest
This may be relevant: https://github.com/channelcat/sanic/pull/431
Think I can close this with #431
Most helpful comment
After wsgi compliant, it could be integrated with WebTest and exposing fixture for pytest and unittest