initialize log-path in test config

This commit is contained in:
Stefan Allius
2025-05-01 17:09:23 +02:00
parent 8db0f18c05
commit d7c003cb15

View File

@@ -37,6 +37,7 @@ def config_conn():
},
'solarman':{'enabled': True, 'host': 'test_cloud.local', 'port': 1234}, 'inverters':{'allow_all':True}
}
Config.log_path='app/tests/log/'
@pytest.fixture(scope="module", autouse=True)
def module_init():