-
Notifications
You must be signed in to change notification settings - Fork 906
Allow running specific test case of a test table #2445
Copy link
Copy link
Open
Labels
FeatureRequestGo CompanionIssues relating to the Go Companion extensionIssues relating to the Go Companion extensiongo-testissues related to go test support (test output, test explorer, ...)issues related to go test support (test output, test explorer, ...)goplsgopls related issuesgopls related issues
Milestone
Metadata
Metadata
Assignees
Labels
FeatureRequestGo CompanionIssues relating to the Go Companion extensionIssues relating to the Go Companion extensiongo-testissues related to go test support (test output, test explorer, ...)issues related to go test support (test output, test explorer, ...)goplsgopls related issuesgopls related issues
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
External
Related issues
I'd like to suggest a feature that allows running a specific test case in a test table.
When the cursor is in a test case line, a run button gutter could appear allowing you to run that specific case. Or a new option on top of the test function (see image below).
I have tests with a lot of cases and when I have to focus in one to debug it I have either to comment all the other cases or separate that one in a new test function.