From d7c003cb152f088755c6743d340ffa7c07b78e2e Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Thu, 1 May 2025 17:09:23 +0200 Subject: [PATCH] initialize log-path in test config --- app/tests/test_inverter_g3p.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tests/test_inverter_g3p.py b/app/tests/test_inverter_g3p.py index f16a2d8..f1bb398 100644 --- a/app/tests/test_inverter_g3p.py +++ b/app/tests/test_inverter_g3p.py @@ -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():