()
| 481 | |
| 482 | #[test] |
| 483 | fn test_debug() { |
| 484 | let hook = make_hook(); |
| 485 | let debug = format!("{:?}", hook); |
| 486 | assert!(debug.contains("DevinHook")); |
| 487 | } |
| 488 | |
| 489 | // --- parse_event tests --- |
| 490 |
nothing calls this directly
no test coverage detected