File: test_demo_app.py

package info (click to toggle)
python-django-structlog 9.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,000 kB
  • sloc: python: 3,359; sh: 206; javascript: 79; makefile: 19
file content (13 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
"""
With these settings, tests run faster.
"""

# noinspection PyUnresolvedReferences
from .base import *  # noqa: F401,F403

# noinspection PyUnresolvedReferences
from .test import DATABASES, LOGGING  # noqa: F401

DJANGO_STRUCTLOG_COMMAND_LOGGING_ENABLED = True

IS_WORKER = False