sarkit.verification.CphdConsistency.check
- CphdConsistency.check(func_name=None, *, allow_prefix=False, ignore_patterns=None)
Run checks.
- Parameters:
- func_name
stror list-like ofstr, optional List of check functions to run. If omitted, then all check functions will be run.
- allow_prefixbool
If
True, runs tests with names starting with anyfunc_nameIfFalse, runs tests with names equal to anyfunc_name- ignore_patternslist-like of
str, optional Skips tests if zero or more characters at the beginning of their name match the regular expression patterns
- func_name