runway.tests.handlers.base module¶ Base module for test handlers. class runway.tests.handlers.base.TestHandler[source]¶ Bases: object Base class for test handlers. static get_dirs(provided_path: str) → list[str][source]¶ Return list of directories. classmethod handle(name: str, args: ConfigProperty | dict[str, Any]) → None[source]¶ Redefine in subclass.