openapi-core/tests/integration
Peter Bašista a0305fb97d Add the default value for the 'servers' array
The specification:

https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#oasObject

requires that if the 'servers' array is not provided or empty,
its default value is an array of a single Server Object
with 'url' of '/'.
2018-02-18 09:38:00 +01:00
..
data/v3.0 Add the default value for the 'servers' array 2018-02-18 09:38:00 +01:00
conftest.py initial version 2017-09-21 12:51:37 +01:00
test_empty.py initial version 2017-09-21 12:51:37 +01:00
test_minimal.py Add the default value for the 'servers' array 2018-02-18 09:38:00 +01:00
test_petstore.py Parameter deserializers 2017-11-14 16:05:03 +00:00
test_validators.py Flask wrapper status code fix 2017-11-06 15:08:21 +00:00
test_wrappers.py Parameter deserializers 2017-11-14 16:05:03 +00:00