Open jayvdb opened 7 years ago
All of the # pragma: no cover
in checking pre-requisites should be fixed by declaring requirements, i.e. the tasks in https://github.com/coala/coala-bears/issues/1650
https://github.com/coala/coala/pull/5645 is an example of how to tests which cover ImportError
code
# pragma: no cover
avoids the requirement to test code. It should be used extremely sparingly, and even when used for expediency, follow up patches should remove them.A lot of them seem to be in the
check_prerequisites
stage.When doing this task , take only one bear and create a separate issue for it, linking back to this issue.