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

Function test_envelope_turn_number

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

Source from the content-addressed store, hash-verified

747
748#[test]
749fn test_envelope_turn_number() {
750 let session = make_session();
751 let event = make_event();
752 let options = make_options(&session, &event);
753
754 let env = build_turn_envelope(&options, &[]);
755 assert_eq!(env.turn_number, 3);
756}
757
758#[test]
759fn test_envelope_duration() {

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