magicDGS / ReadTools

A Universal Toolkit for Handling Sequence Data from Different Sequencing Platforms
https://magicdgs.github.io/ReadTools/
MIT License
6 stars 3 forks source link

Add more unit tests to gem-mappability classes #481

Open magicDGS opened 6 years ago

magicDGS commented 6 years ago

The current state of test the gem-mappability classes implemented in #480 is quite poor: it only tests directly the reader, but there are not unit tests for the rest of the classes (header/record). We should implement more unit tests specific to the class (the reader tests indirectly some bits of the code). This is concretely notable in the header-class because the equals/hashcode methods are not tested at all.