()
| 733 | |
| 734 | #[test] |
| 735 | fn test_debug() { |
| 736 | let hook = make_hook(); |
| 737 | let debug = format!("{:?}", hook); |
| 738 | assert!(debug.contains("OpenCodeHook")); |
| 739 | } |
| 740 | |
| 741 | // parse_event tests: session-start |
| 742 |
nothing calls this directly
no test coverage detected