serum-errors / go-serum-analyzer

Other
7 stars 2 forks source link

Test code is too strict #9

Open TripleDogDare opened 1 year ago

TripleDogDare commented 1 year ago

In strict mode, serum should not complain about functions which return errors in _test.go files. These functions are unexportable in the sense that they can't be imported by other packages, even if they are exported in the sense that they can be implement required interfaces for the packages being tested.

Exceptions: