Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test case name to test cases. #109

Open
bmf-san opened this issue Jul 14, 2023 · 0 comments · May be fixed by #119
Open

Add test case name to test cases. #109

bmf-san opened this issue Jul 14, 2023 · 0 comments · May be fixed by #119
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bmf-san
Copy link
Owner

bmf-san commented Jul 14, 2023

Description

Add test case name to test cases.

ex.

t.Run(testname, func(t *testing.T) {
 // do something
})

I want to set the name because it is difficult to understand which test case failed.

Describe the feature you'd like to request

Describe the solution you'd like

@bmf-san bmf-san added enhancement New feature or request good first issue Good for newcomers labels Jul 14, 2023
@bmf-san bmf-san self-assigned this Jul 14, 2023
@bmf-san bmf-san removed their assignment Apr 24, 2024
adamvduke added a commit to adamvduke/goblin that referenced this issue Dec 11, 2024
@adamvduke adamvduke linked a pull request Dec 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant