optional behaviour control by user via config #22

Merged
foefl merged 5 commits from add_cfg into main 2025-04-16 11:43:25 +00:00
Showing only changes of commit 6a7f59116f - Show all commits

View File

@ -71,7 +71,6 @@ def test_sales_prognosis_pipeline(exmpl_api_sales_prognosis_resp, session):
assert metrics.execution_duration > 0 assert metrics.execution_duration > 0
@pytest.mark.new
def test_sales_prognosis_pipeline_dummy(session): def test_sales_prognosis_pipeline_dummy(session):
with patch("delta_barth.pipelines.SESSION", session): with patch("delta_barth.pipelines.SESSION", session):
json_export = pl.pipeline_sales_forecast_dummy(None, None) json_export = pl.pipeline_sales_forecast_dummy(None, None)