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

Useful Resources

Release:

1.0

Date:

Apr 29, 2024

This section contains additional resources that may be useful when developing tests with pytest, pytest-celery, and general celery related testing articles, guides and tutorials.

You’re welcome to contribute to this list!

Other Plugins

  • pytest-rerunfailures: Do to the natural sensitivity of simulating Celery environments over Docker, it’s common to have flaky tests due to failing docker resources. This plugin provide useful features to rerun failed tests, skipping tests that failed due to actual assertion errors.