checkconfig.py and it's functions are used in worker functions to verify sanity of input arguments, and then rely on that. check that everything that we rely on inside those worker functions is covered in checkconfig.py, and that the latter is fully implemented
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26220169-checkconfig-is-complete-and-covers-code?utm_campaign=plugin&utm_content=tracker%2F462544&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F462544&utm_medium=issues&utm_source=github).
I think this is "almost complete" .. but as the node configuration file is a core piece of the "public API" of CB, I'll escalate this to "bug level". Must be addressed.
checkconfig.py and it's functions are used in worker functions to verify sanity of input arguments, and then rely on that. check that everything that we rely on inside those worker functions is covered in checkconfig.py, and that the latter is fully implemented