fix pytests django settings init

This commit is contained in:
Daniel Bauer
2024-08-15 22:46:03 +02:00
parent ef0f0e973d
commit df71be33fb
3 changed files with 8 additions and 15 deletions

7
tests/conftest.py Normal file
View File

@@ -0,0 +1,7 @@
import pytest
from django.conf import settings
def pytest_sessionstart(session):
print("test")
settings.configure()