Skip to content

Commit

Permalink
Refactor libcnb-cargo integration tests (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Aug 17, 2023
1 parent e99e3aa commit e3a3da8
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 244 deletions.
1 change: 0 additions & 1 deletion libcnb-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ thiserror = "1.0.41"
toml.workspace = true

[dev-dependencies]
fs_extra = "1.3.0"
tempfile = "3.6.0"
2 changes: 0 additions & 2 deletions libcnb-cargo/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ mod package;

// Suppress warnings due to the `unused_crate_dependencies` lint not handling integration tests well.
#[cfg(test)]
use fs_extra as _;
#[cfg(test)]
use tempfile as _;

use crate::cli::{Cli, LibcnbSubcommand};
Expand Down
Loading

0 comments on commit e3a3da8

Please sign in to comment.