4 comments (4 comments)5 reactions (5 reactions)0 assignees (0 assignees)Rust2,914 forks (2,914 forks)batch import
awaiting-informationbugfilter-qualitygood first issueresolved-pending-close
Repository metrics
- Stars
- 48,085 stars (48,085 stars)
- PR merge metrics
- Avg merge 11d 1h (Avg merge 11d 1h)45 merged PRs in 30d (45 merged PRs in 30d)
Description
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)
Contributor guide
- Research direction
- 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.
- Tech stack
- rustpython
- Domain
- cliaiperformance
- Issue type
- Bug
- Prerequisites
- Rust basicsPython testing experienceUnderstanding of token optimization