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

Function test_format_empty

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected