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

Function test_print_reasoning_empty

atomic-cli/src/commands/agent/explain.rs:622–632  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

620
621 #[test]
622 fn test_print_reasoning_empty() {
623 let reasoning = TurnReasoning {
624 intent: "test".into(),
625 outcome: "done".into(),
626 learnings: transcript::Learnings::default(),
627 friction: vec![],
628 open_items: vec![],
629 };
630
631 print_reasoning(&reasoning);
632 }
633
634 #[test]
635 fn test_print_reasoning_code_learning_no_line() {

Callers

nothing calls this directly

Calls 1

print_reasoningFunction · 0.85

Tested by

no test coverage detected