tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Code coverage needs increasing #24

Open tdmalone opened 7 years ago

tdmalone commented 7 years ago

Code coverage recently went up from 0% to 4%... yay! But that's still pretty low.

Every file in _functions needs reviewing and unit tests written for at least a portion of functions. Some functions will need to wait until their complexity is reduced, but there's a lot of tests that can be written now.

tdmalone commented 7 years ago

v0.0.46 took coverage from 3% to 6%.