mirror of
https://github.com/yweber/lodel2.git
synced 2025-12-28 03:36:55 +01:00
10 lines
189 B
Python
10 lines
189 B
Python
#-*- coding: utf-8 -*-
|
|
|
|
#
|
|
# This file should be imported in every tests files
|
|
#
|
|
|
|
from lodel.settings.settings import Settings
|
|
|
|
if not Settings.started():
|
|
Settings('tests/tests_conf.d')
|