feat(interface): 增加智能单元集排序

This commit is contained in:
2025-12-21 23:42:02 +08:00
parent 0fb421412e
commit 87cefedb61
2 changed files with 149 additions and 81 deletions

View File

@@ -89,7 +89,7 @@ class TestDashboardScreenUnit(unittest.TestCase):
screen = DashboardScreen()
# 模拟一个文件名
filename = "test.toml"
result = screen.item_desc_generator(filename)
result = screen.analyser(filename)
self.assertIsInstance(result, dict)
self.assertIn(0, result)
self.assertIn(1, result)