4 件のコメント (4 件のコメント)5 件のリアクション (5 件のリアクション)0 人の担当者 (0 人の担当者)Rust2,914 件のフォーク (2,914 件のフォーク)batch import
awaiting-informationbugfilter-qualitygood first issueresolved-pending-close
Repository metrics
- Stars
- 48,085 個のスター (48,085 個のスター)
- PR merge metrics
- 平均マージ 11d 1h (平均マージ 11d 1h)30d で 45 merged PRs (30d で 45 merged PRs)
説明
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
- Issue 種別
- バグ
- 前提条件
- Rust basicsPython testing experienceUnderstanding of token optimization