Skip to content

Commit

Permalink
Tidy knot CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jan 23, 2025
1 parent 5fa96e4 commit 2259f38
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 157 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 2259f38

Please # to comment.