fix: 修复执行器和allure扩展的问题#113
Merged
ambzhang merged 13 commits intomainOpenTestSolar/testtool-python-pytest:mainfrom Dec 15, 2025
dev/fix-parallel-bugOpenTestSolar/testtool-python-pytest:dev/fix-parallel-bugCopy head branch name to clipboard
Merged
fix: 修复执行器和allure扩展的问题#113ambzhang merged 13 commits intomainOpenTestSolar/testtool-python-pytest:mainfrom dev/fix-parallel-bugOpenTestSolar/testtool-python-pytest:dev/fix-parallel-bugCopy head branch name to clipboard
ambzhang merged 13 commits intomainOpenTestSolar/testtool-python-pytest:mainfrom
dev/fix-parallel-bugOpenTestSolar/testtool-python-pytest:dev/fix-parallel-bugCopy head branch name to clipboard
Conversation
解决执行器和allure扩展中的逻辑错误,提升测试稳定性。
修改 pyproject.toml 和 testtool.yaml 以优化项目配置。
更新 pyproject.toml 和 testtool.yaml 以同步配置变更。
修改 pyproject.toml 和 testtool.yaml 以更新项目配置。
调整项目依赖和测试收集器,修复兼容性问题。
更新 pyproject.toml 和 uv.lock 文件以同步项目依赖配置。
同步项目依赖至最新版本,确保环境一致性。
同步更新 pyproject.toml、requirements.txt 和 uv.lock 文件中的依赖项版本。
修正了collector.py中测试用例路径解析的逻辑,确保能正确处理相对路径和绝对路径。
调整 pyproject.toml 和 testtool.yaml 配置,同步更新 uv.lock 依赖锁文件,并优化测试收集器逻辑。
重构collector.py中的测试收集流程以提高效率和可读性。
dzx-cptbtptp
approved these changes
Dec 15, 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.
解决执行器和allure扩展中的逻辑错误,提升测试稳定性。