runway.tests.handlers.base module

Base module for test handlers.

class runway.tests.handlers.base.TestHandler[source]

Bases: object

Base class for test handlers.

classmethod handle(name: str, args: Union[ConfigProperty, Dict[str, Any]]) None[source]

Redefine in subclass.

static get_dirs(provided_path: str) List[str][source]

Return list of directories.

__init__()
__new__(**kwargs)