initialize log-path in test config
This commit is contained in:
@@ -37,6 +37,7 @@ def config_conn():
|
|||||||
},
|
},
|
||||||
'solarman':{'enabled': True, 'host': 'test_cloud.local', 'port': 1234}, 'inverters':{'allow_all':True}
|
'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)
|
@pytest.fixture(scope="module", autouse=True)
|
||||||
def module_init():
|
def module_init():
|
||||||
|
|||||||
Reference in New Issue
Block a user