fix: 行动方案库统计卡片—补全API+overdue计算

This commit is contained in:
Hermes CI Fix
2026-07-27 17:16:01 +08:00
parent f85b18ce6d
commit 2bd66b1e89
36 changed files with 2114 additions and 447 deletions
+9
View File
@@ -0,0 +1,9 @@
"""Run the exact same test sequence without any patches"""
import os, sys
sys.path.insert(0, '/root/cma-management/backend')
import pytest
exit_code = pytest.main(["-v", "--tb=short",
"tests/test_dashboard.py::TestDashboard::test_summary_empty",
"tests/test_dashboard.py::TestDashboard::test_summary_with_data"])
sys.exit(exit_code)