CiscoCloud / distributive

Unit testing for the cloud
Apache License 2.0
147 stars 20 forks source link

Feature/separation of concerns #98

Closed langston-barrett closed 8 years ago

langston-barrett commented 8 years ago

Separate the logic of chcking various facts about system status from the interfaces provided by chkutil, logic provided by main, error reporting provided by errutil, etc. so that they can be used separately.

Also includes more granular unit testing enabled by decoupling of logic.

Fixes #97