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