4 @pytest.fixture(autouse
=True)
5 def enable_db_access_for_all_tests(db
):
6 """ Enable DB access for all tests
8 http://pytest-django.readthedocs.io/en/latest/faq.html#how-can-i-give-database-access-to-all-my-tests-without-the-django-db-marker """