Merge pull request #92 from gpodder/dependabot/pip/dj-database-url-0.5.0
[mygpo.git] / conftest.py
blob61629a16d3f289fbe5fde094ea018576c158f953
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