()
| 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() { |
nothing calls this directly
no test coverage detected