Add a few simple integration tests

This commit is contained in:
2021-11-21 22:00:18 +01:00
parent ca1f649ecf
commit 78a957268d
5 changed files with 121 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ use std::process;
mod cmd;
mod config;
mod output;
mod repo;
pub mod repo;
use config::{Config, Tree};
use output::*;