Skip to content

Commit

Permalink
Merge pull request #659 from epage/snap
Browse files Browse the repository at this point in the history
refactor(tests): Reduce reliance on CARGO_IS_TEST
  • Loading branch information
epage authored Mar 8, 2022
2 parents 0d8f135 + bd4da21 commit 7c844b8
Show file tree
Hide file tree
Showing 519 changed files with 2,322 additions and 1,068 deletions.
39 changes: 34 additions & 5 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/cargo-add/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ native-tls = "^0.2"
ureq = { version = "2.4.0", default-features = false, features = ["native-tls", "json", "socks", "socks-proxy"] }

[dev-dependencies]
trycmd = "0.13.1"
snapbox = { version = "0.2.8", features = ["diff", "path"] }
cargo-test-macro.git = "https://github.com/rust-lang/cargo"
cargo-test-support.git = "https://github.com/rust-lang/cargo"
url = "2.2.2"

[features]
default = [
Expand Down
Loading

0 comments on commit 7c844b8

Please sign in to comment.