ci: 在CI中添加完整的pytest测试套件#18
Closed
KinomotoMio wants to merge 23 commits into
Closed
Conversation
- Create config/defaults/ with base, browser, automation, ioc configs - Add config/custom/ for user overrides with documentation - Add user_settings.toml for core user configuration - Implement ConfigLoader with priority: user > custom > defaults - Support dot-notation config access and caching - Add configuration usage examples
- remove empty mcp_configs and tool_configs folders - configuration system now uses defaults/, custom/ and user_settings.toml
- replace single test file execution with full pytest -v - ensure CI fails properly when tests fail - maintain consideration for Windows-specific features
Owner
Author
|
关闭此PR,因为分支创建错误导致包含过多无关commit。将从master重新创建干净的分支。 |
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.
Pull Request
📝 更改说明
CI现在跑完整的pytest了,不只是单个测试文件
🎯 关联Issue
关闭 #17
📋 更改内容
🧪 测试情况
uv run pytest -v(11/11测试通过)将CI从只跑单个test_imports.py改成跑完整的pytest测试套件,确保所有11个测试都会被执行
👀 审查要点
看看CI配置改得对不对,pytest能不能正常跑