Bump coverage from 6.4.1 to 6.4.2
[mygpo.git] / conftest.py
blobff4024853fde938244bbe4bad64014ab544bd48a
1 import pytest
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"""
9 pass