MOZI-AI / annotation-scheme

Human Gene annotation service backend
GNU General Public License v3.0
3 stars 4 forks source link

Add unit tests for annotation functions #44

Closed Habush closed 4 years ago

Habush commented 5 years ago

The current code doesn't have any tests. This is a problem. Without tests, we cannot be confident the code does that it was intended to do. Adding unit-tests is a task that is long overdue.

We can start by adding tests to the three annotation functions at first and add more to the pattern matching functions. this relates to #23.