fix: 行动方案库统计卡片—补全API+overdue计算
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""Explicitly verify test_alert_stats_empty behavior"""
|
||||
import pytest, sys
|
||||
sys.path.insert(0, '/root/cma-management/backend')
|
||||
|
||||
# Run the test and intercept its output
|
||||
pytest.main(["-v", "--tb=long", "-s",
|
||||
"tests/test_dashboard.py::TestDashboard::test_alert_stats_empty",
|
||||
"tests/test_dashboard.py::TestDashboard::test_summary_empty",
|
||||
])
|
||||
Reference in New Issue
Block a user