You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.
Removing would lower the test coverage score. Merging the tests so each test tests the standard logger and a logger object would be better... possibly.
There are two files for tests:
logger_test.go
tests features using a new logger object.logger_std_test.go
uses the standard logger object.We really only need to test the standard logging object. Tests in
logger_std_test.go
should not be duplicated inlogger_test.go
unless needed.The text was updated successfully, but these errors were encountered: