Skip to main content

Manager

Test helpers for task integration tests.

Attributes

AttributeTypeDescription
appobjectThe application instance used for task integration testing and context management.

Constructor

Signature

def Manager(
app: Any,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
appAnyThe application instance to be managed.
**kwargsdictArbitrary keyword arguments used for manager initialization.

Signature

def Manager(
app: object,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
appobjectThe application instance to be managed and tested
**kwargsdictAdditional configuration arguments used to initialize the manager state via _init_manager