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

Function test_display_with_prompt

atomic-agent/src/turn/session.rs:905–910  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903
904 #[test]
905 fn test_display_with_prompt() {
906 let mut s = make_session();
907 s.set_first_prompt("Fix the authentication bug");
908 let display = s.to_string();
909 assert!(display.contains("Fix the authentication bug"));
910 }
911
912 #[test]
913 fn test_display_singular_turn() {

Callers

nothing calls this directly

Calls 2

set_first_promptMethod · 0.80
make_sessionFunction · 0.70

Tested by

no test coverage detected