default_worker_container_session_cls
Replace the default pytest-celery worker container with the smoke tests worker container.
This will allow the default fixtures of pytest-celery to use the custom worker
configuration using the vendor class.
def default_worker_container_session_cls() - > Type[CeleryWorkerContainer]
Replace the default pytest-celery worker container with the smoke tests worker container. This will allow the default fixtures of pytest-celery to use the custom worker configuration using the vendor class.
Returns
| Type | Description |
|---|---|
Type[CeleryWorkerContainer] | The SmokeWorkerContainer class used to override the default pytest-celery worker implementation for the duration of the test session |