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

Function test_display_full

atomic-agent/src/envelope.rs:935–943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

933
934 #[test]
935 fn test_display_full() {
936 let e = make_envelope();
937 let s = e.to_string();
938 assert!(s.contains("Turn 3"));
939 assert!(s.contains("sess-abc-123"));
940 assert!(s.contains("claude-code"));
941 assert!(s.contains("12.4s"));
942 assert!(s.contains("Fix the authentication bug"));
943 }
944
945 #[test]
946 fn test_display_minimal() {

Callers

nothing calls this directly

Calls 1

make_envelopeFunction · 0.85

Tested by

no test coverage detected