uv/crates/uv/tests
Charlie Marsh 2cdcc61da9
Support `requirements.txt` files in `uv tool install` and `uv tool run` (#5362)
## Summary

Closes https://github.com/astral-sh/uv/issues/5347.
Closes https://github.com/astral-sh/uv/issues/5348.
2024-07-23 20:06:17 +00:00
..
common Add tests for `uv cache clean` (#5356) 2024-07-23 18:03:02 +00:00
branching_urls.rs Store resolution options in lockfile (#5264) 2024-07-22 08:28:22 -04:00
cache_clean.rs Add tests for `uv cache clean` (#5356) 2024-07-23 18:03:02 +00:00
cache_prune.rs Add tests for `uv cache clean` (#5356) 2024-07-23 18:03:02 +00:00
edit.rs Store resolution options in lockfile (#5264) 2024-07-22 08:28:22 -04:00
help.rs Add `--no-progress` global option to hide all progress animations (#5098) 2024-07-16 16:48:57 -05:00
init.rs Stylize `Requires-Python` consistently (#5304) 2024-07-23 18:05:21 +00:00
lock.rs Stylize `Requires-Python` consistently (#5304) 2024-07-23 18:05:21 +00:00
lock_scenarios.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
pip_check.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
pip_compile.rs Fix failing prerelease tests (#5346) 2024-07-23 12:45:55 -04:00
pip_compile_scenarios.rs uv/tests: update packse tests for packse 0.3.30 2024-07-15 10:09:01 -07:00
pip_freeze.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
pip_install.rs Avoid always rebuilding dynamic metadata (#5206) 2024-07-22 00:04:03 +00:00
pip_install_scenarios.rs Remove extraneous `are` from wheel tag error messages (#5303) 2024-07-22 18:42:58 +00:00
pip_list.rs Deduplicate test command creation (#4512) 2024-06-25 22:06:54 +00:00
pip_show.rs Deduplicate test command creation (#4512) 2024-06-25 22:06:54 +00:00
pip_sync.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
pip_tree.rs Implement `--show-version-specifiers` for `tree` (#5240) 2024-07-20 18:31:16 +00:00
pip_uninstall.rs Deduplicate test command creation (#4512) 2024-06-25 22:06:54 +00:00
python_dir.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
python_find.rs Change "toolchain" to "python" (#4735) 2024-07-03 07:44:29 -05:00
python_pin.rs Allow comments in `.python-version[s]` (#5350) 2024-07-23 14:56:50 -05:00
run.rs Add support for requirements files in `uv run` (#4973) 2024-07-23 12:51:09 -04:00
self_update.rs Deduplicate test command creation (#4512) 2024-06-25 22:06:54 +00:00
show_settings.rs Add constraint dependencies to pyproject.toml (#5248) 2024-07-21 19:45:04 -04:00
sync.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
tool_dir.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
tool_install.rs Support `requirements.txt` files in `uv tool install` and `uv tool run` (#5362) 2024-07-23 20:06:17 +00:00
tool_list.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
tool_run.rs Support `requirements.txt` files in `uv tool install` and `uv tool run` (#5362) 2024-07-23 20:06:17 +00:00
tool_uninstall.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
tree.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
venv.rs Remove trailing period from user-facing messages (#5218) 2024-07-19 10:43:49 -04:00
workspace.rs Support workspace to workspace path dependencies (#4833) 2024-07-16 20:38:46 +00:00