Skip to content

Including logging in tests

Andrew Newdigate requested to merge logging-in-tests into master

Currently tests do not show logs, which makes debugging very difficult.

This MR changes that and delegates to testing.T.log from logrus.

This has the advantage of hiding all logs, except when a test has failed, in which case they are printed.

Hopefully this will help speed up development a little....

Edited by username-removed-506061

Merge request reports