openapi-core/tests/unit/schema
Correl Roush 8db5c08ed1 Add support for additional validation properties
Add support for the following validation properties:
- multipleOf
- maximum
- exclusiveMaximum
- minimum
- exclusiveMinimum
- maxLength
- minLength
- pattern
- maxItems
- minItems
- uniqueItems
- maxProperties
- minProperties

Fixes #49
2018-09-09 00:30:38 -04:00
..
test_operations.py Schema objects tests moved 2018-05-25 11:30:50 +01:00
test_parameters.py Parameters tests 2018-07-09 12:10:05 +01:00
test_paths.py Schema objects tests moved 2018-05-25 11:30:50 +01:00
test_request_bodies.py Schema objects tests moved 2018-05-25 11:30:50 +01:00
test_schemas.py Add support for additional validation properties 2018-09-09 00:30:38 -04:00
test_schemas_registry.py Lazy schema references 2018-07-28 22:12:47 +01:00
test_specs.py Exceptions restructure 2018-05-25 11:30:50 +01:00