Cleanup after implementation of the module architecture and remove completed roadmap files

This commit is contained in:
2026-06-10 07:49:29 -05:00
parent 1ddd88231a
commit 1e9c29aa55
14 changed files with 222 additions and 1607 deletions

View File

@@ -196,10 +196,20 @@ reports:
reports:
daily:
deterministic_modules:
- storm_window_summary
- tomorrow_planning
`,
wantErr: `not compatible with report "daily_today"`,
},
{
name: "RemovedPlaceholderModule",
yaml: `
reports:
daily:
deterministic_modules:
- forecast_delta
`,
wantErr: `unknown module "forecast_delta"`,
},
{
name: "InvalidOptions",
yaml: `