-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 插件测试中使用 uv 来控制 Python 版本并与本体共享依赖 #320
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #320 +/- ##
==========================================
+ Coverage 92.42% 92.77% +0.35%
==========================================
Files 39 40 +1
Lines 2192 2202 +10
==========================================
+ Hits 2026 2043 +17
+ Misses 166 159 -7 ☔ View full report in Codecov by Sentry. |
6837a8f
to
61377e6
Compare
4e59734
to
e7f7feb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
测试我没细看,代码感觉逻辑没问题。
runner.py要不要改名成bot.py会不会更好一点?
|
nonetest 现在与 noneflow 共享依赖,并且使用 uv 来控制运行插件测试的 Python 版本。
这样就不需要多个版本的 nonetest,同时也不用限制 plugin_test 中使用的库。