This document describes the current stable version of pytest_celery (1.0). For development docs, go here.

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.