()
| 112 | |
| 113 | #[test] |
| 114 | fn test_get_fasta_contigs() { |
| 115 | let contigs = |
| 116 | get_fasta_contigs(&PathBuf::from_str("tests/sample_1/reference.fa").unwrap()).unwrap(); |
| 117 | assert_eq!(contigs, vec!["chr1".to_string()]) |
| 118 | } |
| 119 | |
| 120 | #[test] |
| 121 | fn test_ellipsis() { |
nothing calls this directly
no test coverage detected