This document is for pytest_celery's development version, which can be significantly different from previous releases. Get the stable docs here: 1.0.
Glossary¶
- component¶
Celery architecture component that is defined using a container, a node, APIs & pytest fixtures. It is a collective name for all of the parts that compose a component, according to the pytest-celery design.
- container¶
A container in the context of pytest-celery is a low level implementation of a Celery architecture component.
- node¶
A node in the context of pytest-celery is a high level implementation of a Celery architecture component.
- tbd¶
To be defined.
- vendor¶
Independent built-in components provided by the plugin. Vendors can be used as-is, reconfigured, extended or overridden completely by the user.