File: test_settings.py

package info (click to toggle)
python-dynaconf 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,900 kB
  • sloc: python: 21,464; sh: 9; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
# pragma: no cover
from __future__ import annotations

TESTING = True
LOADERS_FOR_DYNACONF = [
    "dynaconf.loaders.env_loader",
    # 'dynaconf.loaders.redis_loader'
]