Manager
Test helpers for task integration tests.
Attributes
| Attribute | Type | Description |
|---|---|---|
| app | object | The application instance used for task integration testing and context management. |
Constructor
Signature
def Manager(
app: Any,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| app | Any | The application instance to be managed. |
| **kwargs | dict | Arbitrary keyword arguments used for manager initialization. |
Signature
def Manager(
app: object,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| app | object | The application instance to be managed and tested |
| **kwargs | dict | Additional configuration arguments used to initialize the manager state via _init_manager |