BaseCheck

class BaseCheck[source]

Base class for check.

__init__()[source]
__new__(*args, **kwargs)

Methods

BaseCheck.add_condition(name, ...)

Add new condition function to the check.

BaseCheck.clean_conditions()

Remove all conditions from this check instance.

BaseCheck.conditions_decision(result)

Run conditions on given result.

BaseCheck.name()

Name of class in split camel case.

BaseCheck.params([show_defaults])

Return parameters to show when printing the check.

BaseCheck.remove_condition(index)

Remove given condition by index.