Skip to content

Commit

Permalink
chore: delete mockall
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtoo committed Jan 5, 2024
1 parent 91355ac commit 84929e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
68 changes: 1 addition & 67 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ structopt = "0.3.26"
assert_cmd = "1.0.1"
futures-lite = "2.1.0"
lite-async-test = "0.1.2"
mockall = "0.12.1"
predicates = "1.0.5"
1 change: 0 additions & 1 deletion src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pub struct Exit {
code: i32,
}

#[cfg_attr(test, mockall::automock)]
#[async_trait::async_trait]
pub trait PipedCmdExecutor: Send + Sync {
async fn piped_exec(&self, command: &str) -> anyhow::Result<Exit>;
Expand Down

0 comments on commit 84929e5

Please sign in to comment.