Merged
Conversation
Collaborator
dzx-cptbtptp
commented
Dec 29, 2025
- 改进 parse_case_attributes 使用 item.iter_markers() 包含全层级 mark
- 实现 tags 的多层级收集(模块/类/函数)与去重逻辑
- 支持 owner/extra_attributes/coding_testcase_id 的正确解析
- 移除 getattr/hasattr,改用 try/except 与直接属性访问
- 新增测试用例验证多层级 mark 解析功能
- 添加集成测试在 test_collector.py 中验证实际解析结果
- 改进 parse_case_attributes 使用 item.iter_markers() 包含全层级 mark - 实现 tags 的多层级收集(模块/类/函数)与去重逻辑 - 支持 owner/extra_attributes/coding_testcase_id 的正确解析 - 移除 getattr/hasattr,改用 try/except 与直接属性访问 - 新增测试用例验证多层级 mark 解析功能 - 添加集成测试在 test_collector.py 中验证实际解析结果
- Update project version and testtool.yaml to 0.1.73 - Regenerate uv.lock with updated dependency metadata (upload-time metadata) - Update requirements.txt with enhanced dependency documentation - Update CHANGELOG.md with multi-layer marker collection feature This release includes support for parsing module/class/function level markers with proper deduplication in test case attributes.
ambzhang
approved these changes
Dec 30, 2025
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.