feat(tests): add live WeChat/Feishu channel probes - #479
Merged
Conversation
Wire ChannelManager.probe_channel live cases into CI so real iLink and Feishu app credentials are verified when LIVE_* secrets are configured.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tests/live/test_channel_probe.py:用真实凭证探测微信 iLink / 飞书频道(走ChannelManager.probe_channel)live-testsjob 注入对应LIVE_*secrets;未配置时自动 skipGitHub Secrets 需配置
见 PR 讨论 / 下方清单(
LIVE_OPENAI_*已有,本次新增微信与飞书)Test plan
make test-live中对应用例 skipLIVE_WEIXIN_*/LIVE_FEISHU_*后,对应 probe 通过LIVE_OPENAI_*的 agent live 用例仍正常Made with Cursor