e3.testsuite.find_skipped_tests

Attributes

args_parser

Functions

always_skipped_tests(→ Set[str])

Return the set of test names in reports that are always skipped.

main(→ None)

Module Contents

e3.testsuite.find_skipped_tests.args_parser
e3.testsuite.find_skipped_tests.always_skipped_tests(reports: List[e3.testsuite.report.index.ReportIndex]) Set[str]

Return the set of test names in reports that are always skipped.

e3.testsuite.find_skipped_tests.main(argv: List[str] | None = None) None