()
| 700 | |
| 701 | #[test] |
| 702 | fn test_debug() { |
| 703 | let hook = make_hook(); |
| 704 | let debug = format!("{:?}", hook); |
| 705 | assert!(debug.contains("OpenCodeHook")); |
| 706 | } |
| 707 | |
| 708 | // parse_event tests: session-start |
| 709 |
nothing calls this directly
no test coverage detected