Skip to content

Commit

Permalink
Tidy knot CLI tests (#15685)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Jan 23, 2025
1 parent 0173738 commit 43160b4
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 218 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ tracing.folded
tracing-flamechart.svg
tracing-flamegraph.svg

# insta
.rs.pending-snap


###
# Rust.gitignore
###
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/red_knot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ tracing-tree = { workspace = true }

[dev-dependencies]
ruff_db = { workspace = true, features = ["testing"] }
ruff_python_trivia = { workspace = true }

insta = { workspace = true, features = ["filters"] }
insta-cmd = { workspace = true }
Expand Down
Loading

0 comments on commit 43160b4

Please sign in to comment.