File: conftest.py

package info (click to toggle)
python-django-babel 0.6.2-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 264 kB
  • sloc: python: 662; makefile: 162
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from django.conf import settings

from testproject import settings as testproject_settings


def pytest_configure():
    settings.configure(**vars(testproject_settings))