Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Steven Schram
Total activity
4
Last activity
January 09, 2025 18:27
Member since
November 23, 2024 10:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
January 09, 2025 18:27
Thank you.
Community
GoLand
stretchr/testify tests don't mark pass/fail in the gutter
0 votes
Created
January 07, 2025 20:36
Vadym,Here's a simple example using the testify Suite package. (https://pkg.go.dev/github.com/stretchr/testify/suite)Steve package main import ( "testing" "github.com/stretchr/testify/suite" ) ...
Community
GoLand
stretchr/testify tests don't mark pass/fail in the gutter
0 votes