Rules for writing tests

A list of rules for writing automated tests for a Python codebase.…

Assigning a unique ID to each request in Django

Speeding up the Django database creation with pytest

Another reason to decouple your code from the models

Using .env files

Django, forms, models and DRY

Exposing objects in multiple represenations

Using gettext in Django

Running your Django tests in memory with PostgreSQL

Forward attribute access for wrapper classes