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. |
|
Remove a check by given index. |
Return list of of supported check types. |