uv/scripts/packages/fake-uv
Zanie Blue 39b6886536
Bump version to 0.9.0 (#16161)
Co-authored-by: konsti <konstin@mailbox.org>
2025-10-07 23:17:42 +00:00
..
scripts Add test cases for find_uv_bin (#15110) 2025-08-07 07:14:01 -05:00
pyproject.toml Bump version to 0.9.0 (#16161) 2025-10-07 23:17:42 +00:00
README.md Add test cases for find_uv_bin (#15110) 2025-08-07 07:14:01 -05:00
src Add test cases for find_uv_bin (#15110) 2025-08-07 07:14:01 -05:00

This fake uv package symlinks the Python module of uv in-tree and has a fake uv binary, allowing testing of the Python module behaviors. Consumers can replace the uv binary with a debug binary or similar if they need it to actually work.