sensu / check-disk-usage

MIT License
2 stars 8 forks source link

Increase test coverage #19

Open thoward opened 2 years ago

thoward commented 2 years ago

Currently main_test.go only has one test, for the CheckArgs function. This should be expanded to cover the basic functionality of the tool.

This may also require some minor refactoring so that the current monolithic executeCheck function is decomposed into smaller testable functions.