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