-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
area/testingIssues or PRs related to testingIssues or PRs related to testingdependenciesUsed by dependabot - identifies all PRs created by dependabotUsed by dependabot - identifies all PRs created by dependabotgoPull requests that update go codePull requests that update go codegood first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Description
The tektoncd/pipeline project generally relies on the standard library for testing. The github.com/stretchr/testify dependency is only directly used in a few test files within the pkg/spire package.
This issue tracks the work to migrate these tests to use the standard library and remove the direct dependency on github.com/stretchr/testify.
Metadata
Metadata
Assignees
Labels
area/testingIssues or PRs related to testingIssues or PRs related to testingdependenciesUsed by dependabot - identifies all PRs created by dependabotUsed by dependabot - identifies all PRs created by dependabotgoPull requests that update go codePull requests that update go codegood first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.Categorizes issue or PR as related to cleaning up code, process, or technical debt.
Type
Projects
Status
Done