Skip to content

Commit

Permalink
Use snapshot testing for integration tests in installer-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Feb 7, 2025
1 parent 580f7b1 commit 15fb2cc
Show file tree
Hide file tree
Showing 10 changed files with 305 additions and 95 deletions.
38 changes: 36 additions & 2 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions installer-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ nsvg = "0.5.1"
objc_id = "0.1"

[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dev-dependencies]
serde = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["test-util"] }
insta = { version = "1.42", features = ["yaml"] }

[package.metadata.winres]
LegalCopyright = "(c) 2025 Mullvad VPN AB"
Expand Down
Loading

0 comments on commit 15fb2cc

Please sign in to comment.