sublime-go icon indicating copy to clipboard operation
sublime-go copied to clipboard

Testify support

Open yields opened this issue 6 years ago • 0 comments

Be nice if we can see assert errors inline, just like vet/lint/fmt errors:

assert.Equal(t, 0, 1) | testify: expected 0, actual 1

Will have to test this out and see if it works well for larger diffs.

yields avatar Aug 19 '19 13:08 yields