mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 21:37:51 +00:00
chore: Move all integration tests to a single binary (#8093)
As per https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html Before that, there were 91 separate integration tests binary. (As discussed on Discord — I've done the `uv` crate, there's still a few more commits coming before this is mergeable, and I want to see how it performs in CI and locally).
This commit is contained in:
parent
fce7a838e9
commit
715f28fd39
231 changed files with 15585 additions and 15507 deletions
|
|
@ -51,11 +51,11 @@ LOCK_TEMPLATE = TEMPLATES / "lock.mustache"
|
|||
PACKSE = TOOL_ROOT / "packse-scenarios"
|
||||
REQUIREMENTS = TOOL_ROOT / "requirements.txt"
|
||||
PROJECT_ROOT = TOOL_ROOT.parent.parent
|
||||
TESTS = PROJECT_ROOT / "crates" / "uv" / "tests"
|
||||
TESTS = PROJECT_ROOT / "crates" / "uv" / "tests" / "it"
|
||||
INSTALL_TESTS = TESTS / "pip_install_scenarios.rs"
|
||||
COMPILE_TESTS = TESTS / "pip_compile_scenarios.rs"
|
||||
LOCK_TESTS = TESTS / "lock_scenarios.rs"
|
||||
TESTS_COMMON_MOD_RS = TESTS / "common/mod.rs"
|
||||
TESTS_COMMON_MOD_RS = TESTS / "common" / "mod.rs"
|
||||
|
||||
try:
|
||||
import packse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue