()
| 214 | |
| 215 | #[test] |
| 216 | fn validates_minimal() { |
| 217 | let mut r = make_trace(); |
| 218 | r.steps.insert("a".into(), step("A", &[])); |
| 219 | validate(&r).unwrap(); |
| 220 | } |
| 221 | |
| 222 | #[test] |
| 223 | fn rejects_bad_id() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…