diff options
Diffstat (limited to 'tests/raw.rs')
-rw-r--r-- | tests/raw.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/raw.rs b/tests/raw.rs index ed46314..ea9b3a6 100644 --- a/tests/raw.rs +++ b/tests/raw.rs @@ -2,7 +2,6 @@ mod fixtures; mod utils; use crate::fixtures::TestServer; -use assert_cmd::prelude::*; use fixtures::{server, Error}; use pretty_assertions::assert_eq; use reqwest::blocking::Client; @@ -10,9 +9,6 @@ use rstest::rstest; use select::document::Document; use select::predicate::Class; use select::predicate::Name; -use std::process::{Command, Stdio}; -use std::thread::sleep; -use std::time::Duration; #[rstest] /// The ui displays the correct wget command to download the folder recursively |