Hacker News new | ask | show | jobs
by ginja 1578 days ago
Regarding Django, if you add `pytestmark = pytest.mark.django_db` to the top of your file or organize your tests in classes and decorate those, then you won't have to decorate every single test :)