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
We use the t.Logf to print important log information, which meants they are only printed on test failure or if you pass the -v flag to the test process.
We could force this to be printed to stdout, but is not a very idiomatic. We need to come up with a solution to ensure these messages are visible.
The text was updated successfully, but these errors were encountered:
We use the
t.Logf
to print important log information, which meants they are only printed on test failure or if you pass the-v
flag to the test process.We could force this to be printed to stdout, but is not a very idiomatic. We need to come up with a solution to ensure these messages are visible.
The text was updated successfully, but these errors were encountered: