Add snapshot test for platform tags (#2482)

Adding ordering test coverage as a preface to fixing
https://github.com/astral-sh/uv/issues/2477 (see #2483)
This commit is contained in:
Zanie Blue 2024-03-16 17:20:57 -05:00 committed by GitHub
parent db5898bd67
commit eac23512f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1370 additions and 0 deletions

1
Cargo.lock generated
View File

@ -2453,6 +2453,7 @@ dependencies = [
name = "platform-tags"
version = "0.0.1"
dependencies = [
"insta",
"rustc-hash",
"serde",
"thiserror",

View File

@ -16,3 +16,6 @@ workspace = true
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }
[dev-dependencies]
insta = { version = "1.36.1" }

File diff suppressed because it is too large Load Diff