Readme
This commit is contained in:
@ -166,10 +166,6 @@ fn main(){
|
||||
}
|
||||
|
||||
|
||||
//tests should be run with a history file such as:
|
||||
//1 ls
|
||||
//TODO make a function that creates such history file when testing
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
@ -195,6 +191,9 @@ mod tests {
|
||||
assert_eq!(mycmd, String::from("ls"));
|
||||
}
|
||||
|
||||
//test add history line
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user