SuiteResult#
- class SuiteResult[source]#
Contain the results of a suite run.
- Parameters
- name: str
- results: List[BaseCheckResult]
- extra_info: Optional[List[str]]
- __init__(name: str, results: List[BaseCheckResult], extra_info: Optional[List[str]] = None)[source]#
Initialize suite result.
- __new__(*args, **kwargs)#
Attributes
Return HtmlSerializer instance. |
|
Return IPythonSerializer instance. |
|
Return WidgetSerializer instance. |
|
Methods
|
Convert a json object that was returned from SuiteResult.to_json. |
Get all the check results that have not passing condition. |
|
Get all the check results which did not run (unable to run due to missing parameters, exception, etc). |
|
|
Get all the check results that have passing condition. |
|
Return whether this suite result has passed. |
|
Save a result to a markdown file to use with [CML](https://cml.dev). |
|
Save output as html file. |
Select results by indexes. |
|
|
Display result. |
|
Display result in an iframe. |
|
Display result in a separate window. |
|
Display the not interactive version of result output. |
|
Return check result as json. |
|
Send suite result to wandb. |
|
Return SuiteResult as a ipywidgets.Widget instance. |