feat: quality threshold enforcement (warn-only) (#72) (#103)
* feat: topic landing page template (#69) - Enhanced layouts/topics/list.html with RSS subscribe link, editorial stance section, and prediction accuracy placeholder - Updated content/topics/ai-ml/_index.md with richer frontmatter (description, editorial_stance params) - Clean design consistent with PaperMod theme variables Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat: quality threshold enforcement (warn-only) (#72) Fix unused variable causing TypeError in test_topic_override. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Juan Manuel Servera committed
May 19, 2026 at 16:00 UTC
7a965027edf3941da394ca9ce5e4029bcdb42cbb
1 file changed
-1
tests/test_quality_gate.py
-1
@@ -190,7 +190,6 @@ class TestMain:
190
"--topic", "custom-topic",
191
])
192
assert result == 0
193
- metric_path = tmp_path / "metrics" / "custom-topic" / quality_gate.week_slug() + ".json"
193
# Verify metric written with correct topic
194
files = list((tmp_path / "metrics" / "custom-topic").glob("quality-*.json"))
195
assert len(files) == 1