cyberneticlibrary

Test Django apps with pytest

django-tddskillsetup L20
Sheshiyer/skill-clusters
What it does

Write unit and integration tests for Django models, views, APIs

Best for

Building confidence in Django code changes before merging via test-first development.

Inputs
  • · Django app
  • · test fixtures
  • · mock services
Outputs
  • · test suite
  • · coverage report
  • · CI pass/fail
Requires
  • · pytest
  • · pytest-django
  • · factory-boy
  • · responses/requests-mock
Preconditions

Django project; test database configured; fixtures defined

Failure modes

Flaky async tests; database rollback issues; fixture fragility

Trust signals
  • · pytest-django integration
  • · fixture patterns
  • · async test coverage