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

Function test_format_empty

atomic-agent/src/learnings.rs:657–661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

655
656 #[test]
657 fn test_format_empty() {
658 let learnings = Learnings::default();
659 let md = format_learnings_markdown(&learnings);
660 assert!(md.is_empty());
661 }
662
663 #[test]
664 fn test_format_repo_only() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected