tests.unit_tests.config.item_types.test_float_item#

Functions

test_float_item_incorrect_properties_type

Tests instantiation fails with incorrect properties type.

test_float_properties_validation

Tests validation of a float by FloatProperties.

tests.unit_tests.config.item_types.test_float_item.test_float_properties_validation(min_val, max_val, allow_null, inclusive_min, inclusive_max, test_val, passed, fail_reason)[source]#

Tests validation of a float by FloatProperties.

tests.unit_tests.config.item_types.test_float_item.test_float_item_incorrect_properties_type()[source]#

Tests instantiation fails with incorrect properties type.