Move patch apply test utility into tree_view module

This commit is contained in:
Lucien Greathouse
2019-10-07 16:21:25 -07:00
parent f830b024d5
commit e60be94be0
5 changed files with 76 additions and 54 deletions

View File

@@ -12,6 +12,9 @@ pub mod commands;
#[doc(hidden)]
pub mod project;
#[cfg(test)]
mod tree_view;
mod auth_cookie;
mod change_processor;
mod imfs;