1 2 3 4 5 6 7 8
from os import path import pytest @pytest.fixture def config_normal(): return path.join(path.dirname(__file__), '../../../etc/config.ini')