feat(reject-history): ship report page and archive openspec change

This commit is contained in:
egg
2026-02-13 20:35:52 +08:00
parent 7cbb155619
commit 05d907ac72
47 changed files with 4419 additions and 73 deletions

View File

@@ -55,6 +55,7 @@ class AppFactoryTests(unittest.TestCase):
"/wip-overview",
"/wip-detail",
"/hold-overview",
"/reject-history",
"/excel-query",
"/query-tool",
"/tmtt-defect",
@@ -74,6 +75,7 @@ class AppFactoryTests(unittest.TestCase):
"/api/excel-query/upload",
"/api/query-tool/resolve",
"/api/tmtt-defect/analysis",
"/api/reject-history/summary",
}
missing = expected - rules
self.assertFalse(missing, f"Missing routes: {sorted(missing)}")