mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-27 11:09:57 +00:00
9 lines
253 B
ReStructuredText
9 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:
|