last30days: finish runtime/report rename
This commit is contained in:
@@ -91,7 +91,7 @@ def sample_report() -> schema.Report:
|
||||
class RenderV3Tests(unittest.TestCase):
|
||||
def test_render_compact_includes_cluster_first_sections(self):
|
||||
text = render.render_compact(sample_report())
|
||||
self.assertIn("# last30days-3 v3.0.0-alpha: test topic", text)
|
||||
self.assertIn("# last30days v3.0.0: test topic", text)
|
||||
self.assertIn("## Ranked Evidence Clusters", text)
|
||||
self.assertIn("## Stats", text)
|
||||
self.assertIn("Total evidence: 2 items across 2 sources", text)
|
||||
|
||||
Reference in New Issue
Block a user