Add bounded Flanders thematic analysis
This commit is contained in:
@@ -339,7 +339,8 @@ def test_theme_failures_name_the_source_and_reason() -> None:
|
||||
root = Path(__file__).resolve().parents[2]
|
||||
hook = (root / "frontend/src/hooks/useMapThemeSelectionInsights.ts").read_text(encoding="utf-8")
|
||||
|
||||
assert "dataset: queries[index]?.dataset.name" in hook
|
||||
assert "queries[index]?.dataset?.name" in hook
|
||||
assert "queries[index]?.thematicProductKey" in hook
|
||||
assert "reason: formatError(item.reason" in hook
|
||||
assert "failure.dataset}: ${failure.reason}" in hook
|
||||
|
||||
|
||||
Reference in New Issue
Block a user