chc.cmdline.kendra.TestResults module
- class chc.cmdline.kendra.TestResults.TestResults(testsetref: TestSetRef)[source]
Bases:
object- add_pev_discrepancy(cfilename: str, cfun: TestCFunctionRef, ppo: TestPPORef, status: str) None[source]
- add_sev_discrepancy(cfilename: str, cfun: TestCFunctionRef, spo: TestSPORef, status: str) None[source]
- property cfiles: Iterable[TestCFileRef]
- property includes_parsing: bool
- property includes_pevs: bool
- property includes_ppos: bool
- property includes_sevs: bool
- property includes_spos: bool
- property parseresults: Dict[str, str]
- property pevresults: Dict[str, Dict[str, Dict[str, Any]]]
- property pporesults: Dict[str, Dict[str, Dict[str, Any]]]
- property sevresults: Dict[str, Dict[str, Dict[str, Any]]]
- property sporesults: Dict[str, Dict[str, Dict[str, Any]]]
- property testsetref: TestSetRef
- property xfileresults: Dict[str, Dict[str, Any]]