aboutsummaryrefslogtreecommitdiffstats
path: root/tests/navigation.rs
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-09-21 02:08:20 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-09-21 02:08:20 +0000
commit441b2863fd36a5a0a5be96915fa597f165d57232 (patch)
tree7a1e1caaebe27e84fafd762d147f088c04d222b8 /tests/navigation.rs
parentRemove explicit clap dependency in favor of structopt's re-exported version (diff)
downloadminiserve-441b2863fd36a5a0a5be96915fa597f165d57232.tar.gz
miniserve-441b2863fd36a5a0a5be96915fa597f165d57232.zip
Actually make use of pretty_assertions
Diffstat (limited to 'tests/navigation.rs')
-rw-r--r--tests/navigation.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/navigation.rs b/tests/navigation.rs
index cf2d8c5..94e7355 100644
--- a/tests/navigation.rs
+++ b/tests/navigation.rs
@@ -4,13 +4,14 @@ mod utils;
use assert_cmd::prelude::*;
use assert_fs::fixture::TempDir;
use fixtures::{port, tmpdir, Error, DEEPLY_NESTED_FILE, DIRECTORIES};
+use pretty_assertions::{assert_eq, assert_ne};
use rstest::rstest;
use select::document::Document;
use std::process::{Command, Stdio};
use std::thread::sleep;
use std::time::Duration;
-use utils::get_link_from_text;
use url::Url;
+use utils::get_link_from_text;
#[rstest]
/// The index directory gets a trailing slash.