From 4ba9626f711805d99c447a862682b568ad6e1e70 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Tue, 7 Sep 2021 15:23:05 -0300 Subject: Clean up git module --- src/git/tests.rs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/git') 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"; -- cgit 1.4.1