init
This commit is contained in:
parent
9cf69c87df
commit
d056d589aa
@ -76,3 +76,15 @@ impl Comparer for CompareMode {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::comparemode::CompareMode;
|
||||
|
||||
#[test]
|
||||
fn compare_mode() {
|
||||
let cm = CompareMode::new(vec![], "".to_string(), "".to_string());
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -30,3 +30,12 @@ fn main() {
|
||||
|
||||
app.run()
|
||||
}
|
||||
|
||||
// #[cfg(test)]
|
||||
// mod tests {
|
||||
// #[test]
|
||||
// fn test() {
|
||||
//
|
||||
//
|
||||
// }
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user