Description
Adds Django integration to pytest. It helps Django projects test views, models, settings, databases, clients, fixtures, and application behavior with pytest conventions.
Django tests can touch databases, files, mail backends, caches, and settings. Use test databases and isolated configuration to avoid changing real application data.