1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-12-28 03:36:55 +01:00
lodel2_mirror/tests/loader_utils.py
Yann cc337ccb73 Fixing tests and skipping the Settings set test
- I do not understand wy the set test for Settings was OK before...
2016-05-27 13:39:54 +02:00

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')