4 条评论 (4 条评论)5 个反应 (5 个反应)0 位负责人 (0 位负责人)Rust2,914 个派生 (2,914 个派生)batch import
awaiting-informationbugfilter-qualitygood first issueresolved-pending-close
仓库指标
- 星标
- 48,085 个星标 (48,085 个星标)
- PR 合并指标
- 平均合并 11天 1小时 (平均合并 11天 1小时)30 天内合并 45 个 PR (30 天内合并 45 个 PR)
描述
While it work well in pytest XXX. It seems uv system escape rtk easily and making no token saved (more test u have , more token consumed wastely)
贡献者指南
- 研究方向
- Examine the Rust source code for token saving logic, especially how the CLI handles subprocesses like pytest. Review the issue comments for additional context on the problem. Check if there are existing tests for pytest integration. Investigate why tokens are not being saved when running pytest under uv, possibly due to the uv process not being intercepted correctly.
- 技术栈
- rustpython
- 领域
- cliaiperformance
- 议题类型
- 缺陷
- 前置要求
- Rust basicsPython testing experienceUnderstanding of token optimization