Skip to content

Commit e8aebee

Browse files
authored
Pretty print Diagnostics in snapshot tests (#3906)
1 parent 210083b commit e8aebee

File tree

901 files changed

+55367
-66782
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

901 files changed

+55367
-66782
lines changed

Cargo.lock

Lines changed: 1 addition & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ruff/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ schemars = { workspace = true }
6060
semver = { version = "1.0.16" }
6161
serde = { workspace = true }
6262
serde_json = { workspace = true }
63+
similar = { workspace = true, features = ["inline"] }
6364
shellexpand = { workspace = true }
6465
smallvec = { workspace = true }
6566
strum = { workspace = true }
@@ -71,7 +72,7 @@ typed-arena = { version = "2.0.2" }
7172
unicode-width = { version = "0.1.10" }
7273

7374
[dev-dependencies]
74-
insta = { workspace = true, features = ["yaml", "redactions"] }
75+
insta = { workspace = true }
7576
pretty_assertions = "1.3.0"
7677
test-case = { workspace = true }
7778
# Disable colored output in tests

0 commit comments

Comments
 (0)