tornado-openapi3/tests
Alexander Campbell 3dce6ca7b5 Use None for no request body instead of b""
This is how openapi-core expects a lack of request body. Currently
it can cause issues with validation because requests without a
body will be send to the validator with a request a body of empty
bytes that can't be validated.
2024-08-05 10:42:54 -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 Use None for no request body instead of b"" 2024-08-05 10:42:54 -04:00
test_responses.py Leave request and response bodies as binary data 2021-01-06 14:50:15 -05:00
test_testing.py Upgrade openapi-core to 0.13.8 2021-05-07 14:24:45 -04:00
test_util.py Parse mimetype from content-type 2021-01-13 14:33:39 -05:00