Testing results debugging #3
thavlice
started this conversation in
Assignments
Replies: 1 comment
-
The diffs you are talking about from the EGG homework are a result of the testcript package not the testing framework itself. Go itself does not output any diffs, you got to write those yourself. As for the colours, I am unaware of any such tooling for tests. You could use some general colourizers that just parse the text output and colour it. PS: Sorry for the late response. GitHub does not seem to support subscription to Discussions... |
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
-
Is there and easy way or perhaps an extension to VSCode-Goland which allows to see the results of Go tests (mainly the EXPECTED vs ACTUAL diffs) coloured or side by side nicely?
Beta Was this translation helpful? Give feedback.
All reactions