We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0cd52 commit 8195226Copy full SHA for 8195226
tests/test_cli.rs
@@ -2,11 +2,11 @@ mod fixtures;
2
3
use fixtures::*;
4
5
+use assert_cmd::cargo_bin;
6
use assert_cmd::prelude::*;
7
use std::fs::File;
8
use std::io::{Read, Write};
9
use std::process::Command;
-use assert_cmd::cargo_bin;
10
use tempfile::tempdir;
11
12
#[test]
tests/test_cli_interactive.rs
@@ -10,10 +10,10 @@ mod tests {}
mod tests {
use super::fixtures::*;
13
+ use assert_cmd::cargo_bin;
14
use rexpect::spawn;
15
16
- use assert_cmd::cargo_bin;
17
18
19
// It should behave the same on windows, but interactive testing relies on unix pty internals.
0 commit comments