Replies: 1 comment
-
sorry, I found that this line will never be executed in test |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I encountered a dumb question during learning, that is in
go test
I couldn't find a way for terminal to show messages sended withlog.Println
andfmt.Println
e.g. (the command for running this test I used is
go test -v -cover ./context/v3
)learn-go-with-tests/context/v3/testdoubles.go
Lines 23 to 26 in 2602da3
Beta Was this translation helpful? Give feedback.
All reactions