aboutsummaryrefslogtreecommitdiffstats
path: root/tests/raw.rs
diff options
context:
space:
mode:
authorjikstra <jikstra@disroot.org>2021-09-10 14:45:45 +0000
committerjikstra <jikstra@disroot.org>2021-09-10 14:45:45 +0000
commitda591fc995ea0189694d1f6e306d23105fa6cfc5 (patch)
treefe33c8ff31e5154c40eb328eda3958fea91606b8 /tests/raw.rs
parentImplement --show-wget-footer argument (diff)
downloadminiserve-da591fc995ea0189694d1f6e306d23105fa6cfc5.tar.gz
miniserve-da591fc995ea0189694d1f6e306d23105fa6cfc5.zip
Remove unused imports and files
Diffstat (limited to 'tests/raw.rs')
-rw-r--r--tests/raw.rs4
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