Pytest Django
Django testing framework
Under the hood:�django does some crazy stuff on top of the unittest.�so when we use TestCase class…
What’s wrong with django
testing framework?
�Why use pytest-django instead of � Django's testing framework?
@pytest.mark.django_db
We use it for each request to our app�Just like in in django.test.client�pytest-django has a build-in fixture client
Client