OpenVoiceOS / ovos-utils

Apache License 2.0
3 stars 8 forks source link

Improve test coverage #2

Open ChanceNCounter opened 2 years ago

ChanceNCounter commented 2 years ago

At the moment, as evidenced by #1, ovos_utils is 8% covered. That ain't great.

NeonDaniel commented 1 year ago

Consider at least stubbing out test classes for all remaining modules. Moving forward, added methods should always add something to tests, even if not complete at least basic tests and #TODOs will help keep things working