1. Pytest-Django [https://pytest-django.readthedocs.io/en/latest/]
With pytest-django [https://pytest-django.readthedocs.io/en/latest/], you can
take advantage of pytest's ecosystem in your Django project seamlessly. Besides
the better API, I especially like the --nomigrations
[https://pytest-django.readthedocs.io/en/latest/database.html?highlight=migrations#nomigrations-disable-django-migrations]
flag because