uv/test/packages/fake-uv
Zanie Blue a70ee58ae1
Move test support files out of `scripts/` into `test/`
(#17032)

It's been bothering me that we have a bunch of stub packages and such in
a `scripts` directory.
2025-12-09 10:06:05 -06:00
..
scripts Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
README.md Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
pyproject.toml Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00
src Move test support files out of `scripts/` into `test/` 2025-12-09 10:06:05 -06:00

README.md

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.