◆ test_enum_allows_empty_arrays()
def test_enum_allows_empty_arrays |
( |
|
self | ) |
|
Technically, all the spec says is they SHOULD have elements, not MUST.
See https://github.com/Julian/jsonschema/issues/529.
◆ test_enum_allows_non_unique_items()
def test_enum_allows_non_unique_items |
( |
|
self | ) |
|
Technically, all the spec says is they SHOULD be unique, not MUST.
See https://github.com/Julian/jsonschema/issues/529.
◆ test_invalid_properties()
def test_invalid_properties |
( |
|
self | ) |
|
◆ test_minItems_invalid_string()
def test_minItems_invalid_string |
( |
|
self | ) |
|
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/jsonschema/tests/test_validators.py