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

Function test_envelope_no_prompt

atomic-agent/src/record/tests.rs:823–831  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

821
822#[test]
823fn test_envelope_no_prompt() {
824 let session = make_session();
825 let event = make_event();
826 let mut options = make_options(&session, &event);
827 options.prompt = None;
828
829 let env = build_turn_envelope(&options, &[]);
830 assert_eq!(env.prompt_summary, None);
831}
832
833#[test]
834fn test_envelope_session_started_at() {

Callers

nothing calls this directly

Calls 4

make_eventFunction · 0.85
make_optionsFunction · 0.85
build_turn_envelopeFunction · 0.85
make_sessionFunction · 0.70

Tested by

no test coverage detected