mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
8 lines
126 B
Python
8 lines
126 B
Python
import pytest
|
|
from django.conf import settings
|
|
|
|
|
|
def pytest_sessionstart(session):
|
|
print("test")
|
|
settings.configure()
|