removed tests
This commit is contained in:
parent
68a23bafb9
commit
72097bc702
13
src/robot.rs
13
src/robot.rs
@ -215,19 +215,6 @@ mod tests {
|
|||||||
assert_eq!(r.p.y, 3);
|
assert_eq!(r.p.y, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn is_instructions_test() {
|
|
||||||
let s = "FFLRLRF";
|
|
||||||
assert!(is_instructions(&s));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
|
||||||
#[should_panic]
|
|
||||||
fn is_instructions_test_fail() {
|
|
||||||
let s = "SZDASWQ";
|
|
||||||
assert!(is_instructions(&s));
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_piouf() {
|
fn test_piouf() {
|
||||||
let mut r: Robot = Robot::new(
|
let mut r: Robot = Robot::new(
|
||||||
|
Loading…
Reference in New Issue
Block a user