Testing & QAclaude-dev-suite/claude-d...
pytest-django
pytest-django integration testing specialist. Covers all fixtures (db,
transactional_db, client, rf, settings, mailoutbox, django_user_model),
@pytest.mark.django_db options, DRF APIClient, factory_boy integration,
async views, signals, management commands, and multi-database testing.
USE WHEN: user mentions "pytest-django", "django test", "@pytest.mark.django_db",
asks about "django client fixture", "DRF APIClient", "django signals test",
"management command test", "django async view test".
DO NOT USE FOR: Non-Django Python tests - use `pytest` or `python-integration`;
FastAPI - use `fastapi-testing`; Pure container setup - use `testcontainers-python`