mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
test(channels): add comprehensive test suites for channel adapters
- Add ChannelBase, GroupGate, SenderGate, SessionRouter tests - Add DingTalk markdown utility tests - Add Weixin media and send helper tests - Add CLI channel config-utils and pidfile tests - Configure vitest for all channel packages - Exclude test files from TypeScript build Tests cover attachment handling, block streaming, gating policies, session routing, markdown conversion, config parsing, and service management. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
39103eea5f
commit
d84675e86f
17 changed files with 1479 additions and 3 deletions
|
|
@ -7,6 +7,10 @@ export default defineConfig({
|
|||
'packages/core',
|
||||
'packages/vscode-ide-companion',
|
||||
'packages/sdk-typescript',
|
||||
'packages/channels/base',
|
||||
'packages/channels/dingtalk',
|
||||
'packages/channels/telegram',
|
||||
'packages/channels/weixin',
|
||||
'integration-tests',
|
||||
'scripts',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue