MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_parse_stop_with_error

Function test_parse_stop_with_error

atomic-agent/src/hooks/pi.rs:717–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

715
716 #[test]
717 fn test_parse_stop_with_error() {
718 let hook = make_hook();
719 let input = br#"{"session_id": "s1", "error": true}"#;
720 let event = hook.parse_event(HookType::TurnEnd, input).unwrap();
721 assert_eq!(event.session_id, "s1");
722 }
723
724 // parse_event tests: before-tool (PreToolUse)
725

Callers

nothing calls this directly

Calls 3

make_hookFunction · 0.70
unwrapMethod · 0.45
parse_eventMethod · 0.45

Tested by

no test coverage detected