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

pytest_celery package

Subpackages

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.

class pytest_celery.version_info_t(major, minor, micro, releaselevel, serial)

Bases: tuple

major

Alias for field number 0

micro

Alias for field number 2

minor

Alias for field number 1

releaselevel

Alias for field number 3

serial

Alias for field number 4