-
-
Notifications
You must be signed in to change notification settings - Fork 122
Change unit tests to use subtests #68
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
All unit tests should use subtests. That is, calling the entire testing logic inside
t.Run.