mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
fix pytests django settings init
This commit is contained in:
7
tests/conftest.py
Normal file
7
tests/conftest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def pytest_sessionstart(session):
|
||||
print("test")
|
||||
settings.configure()
|
||||
Reference in New Issue
Block a user