chc.cmdline.kendra.TestSetRef module

class chc.cmdline.kendra.TestSetRef.TestSetRef(specfilename: str)[source]

Bases: object

Provides access to the reference results of a set of C files.

cfile(cfilename: str) Optional[chc.cmdline.kendra.TestCFileRef.TestCFileRef][source]
property cfilenames: List[str]
property cfiles: Dict[str, chc.cmdline.kendra.TestCFileRef.TestCFileRef]
property characteristics: List[str]
has_characteristics() bool[source]
has_restrictions() bool[source]
property is_linux_only: bool
property refd: Dict[str, Any]
property restrictions: List[str]
save() None[source]
set_ppos(cfilename: str, cfun: str, ppos: List[Dict[str, str]]) None[source]
set_spos(cfilename: str, cfun: str, spos: List[Dict[str, str]]) None[source]
property specfilename: str