BaseSuite#
- class BaseSuite[source]#
Class for running a set of checks together, and returning a unified pass / no-pass.
- Parameters
- checks: OrderedDict
A list of checks to run.
- name: str
Name of the suite
- __new__(*args, **kwargs)#
Attributes
Methods
|
Add a check or a suite to current suite. |
Return suite configuration (checks' conditions' configuration not yet supported). |
|
|
Return suite object from a CheckConfig object. |
|
Deserialize suite instance from JSON string. |
|
Remove a check by given index. |
Return list of of supported check types. |
|
|
Serialize suite instance to JSON string. |