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