biothings / mygene.info

MyGene.info: A BioThings API for gene annotations
http://mygene.info
Other
115 stars 20 forks source link

Move existing tests to DataTest and add App Tests #111

Closed zcqian closed 3 years ago

zcqian commented 3 years ago

App Tests should have a good enough coverage on the code parts -- there are code that doesn't seem test-worthy (similar or duplicate code) or unreachable code that's hard to test from the HTTP APIs, but most should have good coverage.

As for testing the config part, I don't think it's very complete yet, but should be a good starting point.