Tests/CheTelegramAllMCPTests/
├── HandlerArgs/
│ ├── ParseMaxMessagesTests.swift (#8 A1, #20 → ~120 lines)
│ ├── ParseChatIdTests.swift (#12 → ~80 lines)
│ ├── ParseDateInArgsTests.swift (#5 → ~70 lines)
│ └── ParseDumpArgsTests.swift (#13 → ~80 lines)
└── ServerHandlerLogicTests.swift (剩 default + auto-pagination → ~80 lines)
Problem
Type
enhancement (test refactor)
Expected
依測試對象拆分:
每個檔案聚焦單一 concern,未來再加 case 不會 monolith 化。
Acceptance
Code Reference
Tests/CheTelegramAllMCPTests/ServerHandlerLogicTests.swift(current 426 lines)Related: #8 (test growth driver)