runway.tests.handlers.yaml_lint module¶ yamllint test runner. class runway.tests.handlers.yaml_lint.YamllintHandler[source]¶ Bases: TestHandler Lints yaml. static get_yaml_files_at_path(provided_path: str) → list[str][source]¶ Return list of yaml files. classmethod get_yamllint_options(path: str) → list[str][source]¶ Return yamllint option list. classmethod handle(name: str, args: ConfigProperty | dict[str, Any]) → None[source]¶ Perform the actual test.