stretchr/testify tests don't mark pass/fail in the gutter Steven Schram Created November 23, 2024 10:52 stretchr/testify Suite tests don't mark pass/fail in the gutter. Is it because I'm doing something wrong, or is it just not supported?
Hi there! Do you mean something similar to what is shown in the screenshot here - https://www.jetbrains.com/help/go/using-the-testify-toolkit.html#run-tests-with-testify ? At first glance, this should be supported, however, if you can, could you please send us some code snippets so we could check this in more detail? Thank you!
Vadym,
Here's a simple example using the testify Suite package. (https://pkg.go.dev/github.com/stretchr/testify/suite)
Steve
Hi Steven,
Indeed, I see what you mean now. Logged this as an issue on our end - GO-18018 . Please follow the case to get updated should there be any developments in this direction. Thank you!
Thank you.