Module

app.diagnostics

Diagnostics and contract checking for App.

Classes

ContractCheckRunner 3
Runs contract checks and formats terminal output.

Runs contract checks and formats terminal output.

Methods

run_debug_checks 1
def run_debug_checks(self, app: App) -> None
Parameters
Name Type Description
app
check 3
def check(self, app: App, *, warnings_as_errors: bool = False, coverage: bool = False) -> None
Parameters
Name Type Description
app
warnings_as_errors Default:False
coverage Default:False
Internal Methods 1
__init__ 1
def __init__(self, config: AppConfig) -> None
Parameters
Name Type Description
config