()
| 645 | |
| 646 | #[test] |
| 647 | fn test_debug() { |
| 648 | let hook = make_hook(); |
| 649 | let debug = format!("{:?}", hook); |
| 650 | assert!(debug.contains("PiHook")); |
| 651 | } |
| 652 | |
| 653 | // parse_event tests: session-start |
| 654 |
nothing calls this directly
no test coverage detected