celery-tests
Installation
SKILL.md
celery-tests
Overview
Per docs.celeryq.dev/en/stable/userguide/testing.html:
"Testing with Celery is divided into two parts: Unit & Integration: Using
celery.contrib.pytest. Smoke / Production: Using pytest-celery >= 1.0.0"
The test model uses pytest fixtures from the celery.contrib.pytest
plugin (or the standalone pytest-celery package for newer versions).