tornado-openapi3/docs/testing.rst
2021-02-26 15:28:32 -05:00

8 lines
253 B
ReStructuredText

Testing API Responses
=====================
AsyncOpenAPITestCase extends Tornado's AsyncHTTPTestCase class, providing
validation of the responses from your application and raising errors in tests.
.. automodule:: tornado_openapi3.testing
:members: