tornado-openapi3/tests
Correl 118c23e704 Do not validate test requests using absolute URLs
The response validation in the fetch method of AsyncOpenAPITestCase is
intended for requests made to the application under test only, and must
not be executed on requests made to other services using absolute URLs.
2021-04-03 01:14:42 -04:00
..
__init__.py Initial commit 2020-09-16 23:04:11 -04:00
conftest.py Disable deadline in hypothesis profiles 2021-01-13 16:55:03 -05:00
test_handler.py Add an overrideable custom formatters property 2021-03-18 16:36:23 -04:00
test_requests.py Include cookies in the Request validation 2021-01-18 13:23:31 -05:00
test_responses.py Leave request and response bodies as binary data 2021-01-06 14:50:15 -05:00
test_testing.py Do not validate test requests using absolute URLs 2021-04-03 01:14:42 -04:00
test_util.py Parse mimetype from content-type 2021-01-13 14:33:39 -05:00