ccpp-framework
ccpp-framework copied to clipboard
Concatenate errors found during parsing
Description
Rather than returning one error at a time, it would be nice to have all the parsing errors returned at the end of the parsing/metadata validation stage.
Solution
Using the native python logger breaks the doctests, so probably the ideal method will be to create a new framework logging class/module.