|
|
|
@ -16,7 +16,7 @@ from ceod.model import KerberosService, LDAPService, FileService, User, \ |
|
|
|
|
|
|
|
|
|
@pytest.fixture(autouse=True, scope='session') |
|
|
|
|
def cfg(): |
|
|
|
|
with importlib.resources.path('ceo_common.test', 'ceod_test_local.ini') as p: |
|
|
|
|
with importlib.resources.path('tests_common', 'ceod_test_local.ini') as p: |
|
|
|
|
config_file = p.__fspath__() |
|
|
|
|
_cfg = Config(config_file) |
|
|
|
|
component.provideUtility(_cfg, IConfig) |
|
|
|
|