OpenQuizz
Une application de gestion des contenus pédagogiques
MetaSchemaTestsMixin Class Reference
Inheritance diagram for MetaSchemaTestsMixin:
Collaboration diagram for MetaSchemaTestsMixin:

Public Member Functions

def test_invalid_properties (self)
 
def test_minItems_invalid_string (self)
 
def test_enum_allows_empty_arrays (self)
 
def test_enum_allows_non_unique_items (self)
 

Member Function Documentation

◆ 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: