Module assert

Source
Expand description

Standard library assert functions.

Functionsยง

assert
Check that the provided value is true, or raise a KclError with the provided description.
assert_equal
assert_gt
assert_gte
assert_lt
assert_lte