summary refs log tree commit diff stats
path: root/src/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/git')
-rw-r--r--src/git/tests.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/git/tests.rs b/src/git/tests.rs
index 16eeb93..7bdba63 100644
--- a/src/git/tests.rs
+++ b/src/git/tests.rs
@@ -16,15 +16,18 @@
 
 //! Unit tests for the git module.
 
-use super::*;
-
 use std::panic::AssertUnwindSafe;
 
 use assert_fs::assert::PathAssert;
 use assert_fs::fixture::{TempDir, PathChild};
+
 use predicates;
+
 use testserver::serve;
 
+use crate::marker::Initializer;
+use super::{Git, FetchRepo, CacheRepo};
+
 const MAGIC_BRANCH: &'static str = "gan\
           0000000000000000000000000000000000000000000000000000000000000000";