-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently there is a very basic framework to do unit testing in place. However, most parts of the code base are untested. This makes any PR with more than a few lines of changes code very hard to check.
Describe the solution you'd like
Extend the current structure of tests to the whole code base and run these tests (including code coverage checks) on each commit.
Describe alternatives you've considered
The only alternative is to decide not to do any tests and rely on manual testing and hoping for the best.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request