-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
backlogCurrently unprioritized work. May change with user feedback or as the product progresses.Currently unprioritized work. May change with user feedback or as the product progresses.good first issueGood for newcomersGood for newcomerstech-debtShort-term pain, long-term benefitShort-term pain, long-term benefittestsPull requests that update testsPull requests that update tests
Description
As of Go 1.24, the testing package provides a t.Context method that creates a context that is canceled once a test completes.
https://tip.golang.org/doc/go1.24#testingpkgtesting
Acceptance
- update unit tests to use new testing.Context instead of the various context.TODO and context.Background, etc, that we currently use
Metadata
Metadata
Assignees
Labels
backlogCurrently unprioritized work. May change with user feedback or as the product progresses.Currently unprioritized work. May change with user feedback or as the product progresses.good first issueGood for newcomersGood for newcomerstech-debtShort-term pain, long-term benefitShort-term pain, long-term benefittestsPull requests that update testsPull requests that update tests
Type
Projects
Status
🆕 New