wwood / CoverM

Read coverage calculator for metagenomics
GNU General Public License v3.0
273 stars 30 forks source link

tests: replace manual file reads with fs::read_to_string #201

Closed lavafroth closed 5 months ago

lavafroth commented 5 months ago

Since all the tests read the temporary files as string values, we are better off using the fs::read_to_string function for assertions.

wwood commented 5 months ago

Indeed. Thanks