This document is for pytest_celery's development version, which can be significantly different from previous releases. Get the stable docs here: 1.1.
pytest_celery package¶
Subpackages¶
- pytest_celery.api package
- Submodules
- pytest_celery.api.backend module
- pytest_celery.api.base module
CeleryTestCluster
CeleryTestNode
CeleryTestNode.app
CeleryTestNode.assert_log_does_not_exist()
CeleryTestNode.assert_log_exists()
CeleryTestNode.config()
CeleryTestNode.container
CeleryTestNode.default_config()
CeleryTestNode.hostname()
CeleryTestNode.kill()
CeleryTestNode.logs()
CeleryTestNode.name()
CeleryTestNode.ready()
CeleryTestNode.restart()
CeleryTestNode.teardown()
CeleryTestNode.wait_for_log()
- pytest_celery.api.broker module
- pytest_celery.api.container module
- pytest_celery.api.setup module
CeleryTestSetup
CeleryTestSetup.app
CeleryTestSetup.backend
CeleryTestSetup.backend_cluster
CeleryTestSetup.broker
CeleryTestSetup.broker_cluster
CeleryTestSetup.config()
CeleryTestSetup.create_setup_app()
CeleryTestSetup.name()
CeleryTestSetup.ready()
CeleryTestSetup.teardown()
CeleryTestSetup.update_app_config()
CeleryTestSetup.worker
CeleryTestSetup.worker_cluster
- pytest_celery.api.worker module
- Module contents
- pytest_celery.fixtures package
- pytest_celery.vendors package
Submodules¶
pytest_celery.defaults module¶
Default plugin configurations.
This module contains the default configurations for the pytest-celery plugin. It also contains the automatic collections that are used to parametrize the user’s tests according to the components they need to run against. By default, all possible combinations are used.
pytest_celery.plugin module¶
Pytest-celery entry point.
Module contents¶
Official pytest plugin for Celery.