tornado-openapi3/docs/testing.rst

9 lines
253 B
ReStructuredText
Raw Normal View History

2021-02-26 17:03:04 +00:00
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: