mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 14:05:31 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
import pytest
|
|
from django.conf import settings
|
|
|
|
|
|
def pytest_sessionstart(session):
|
|
settings.configure()
|