Skip to content

Issues: stretchr/testify

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

wall clock pkg-assert Change related to package testify/assert question Questions related to API usage revisit
#1510 opened Nov 22, 2023 by yonesko
Support colorized output, indentation in accordance with subtest depth, and one more assertion enhancement: colored output About adding colored output enhancement pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1509 opened Nov 16, 2023 by jsf116
suite: missing signature check before calling Test* method bug help wanted pkg-suite Change related to package testify/suite
#1508 opened Nov 16, 2023 by wvell
proposal: new assertionInEpsilonMapValues assert.InEpsilon About assert.InEpsilon and family enhancement pkg-assert Change related to package testify/assert
#1497 opened Oct 29, 2023 by Antonboom
assert: accept values with named types in InDelta*, InEpsilon* assert.InEpsilon About assert.InEpsilon and family enhancement pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1492 opened Oct 25, 2023 by RemiMattheyDoret
Error message on Len() assumes string bug good first issue pkg-assert Change related to package testify/assert
#1482 opened Oct 9, 2023 by kevinburkesegment
Colorize the diffs produced by assert.Equal enhancement: colored output About adding colored output enhancement pkg-assert Change related to package testify/assert
#1479 opened Oct 5, 2023 by mitioshi
assert: EqualValues does not check for overflows bug help wanted pkg-assert Change related to package testify/assert
#1462 opened Aug 25, 2023 by vispariana
assert: EventuallyWithT must catch panics in condition such as CollectT.FailNow assert.Eventually About assert.Eventually/EventuallyWithT bug pkg-assert Change related to package testify/assert
#1457 opened Aug 11, 2023 by dolmen
2
2
mock: deprecate type IsTypeArgument Breaking Change internal/refactor Refactor internals with no external visible changes pkg-mock Any issues related to Mock
#1456 opened Aug 11, 2023 by dolmen
assert: add Assertions.Run to wrap testing.T.Run enhancement pkg-assert Change related to package testify/assert testing.T.Run About subtests and testing.T.Run.
#1446 opened Jul 31, 2023 by dolmen
Clarify documentation of assert.Eventually/assert.EventuallyWithT assert.Eventually About assert.Eventually/EventuallyWithT
#1443 opened Jul 31, 2023 by cszczepaniak
mock: hide implementation of Anything enhancement pkg-mock Any issues related to Mock
#1442 opened Jul 31, 2023 by dolmen
Eventually/EventuallyWithT should only use one goroutine assert.Eventually About assert.Eventually/EventuallyWithT concurrency enhancement help wanted input needed pkg-assert Change related to package testify/assert
#1439 opened Jul 30, 2023 by cszczepaniak
Succeed quickly in Eventually, EventuallyWithT assert.Eventually About assert.Eventually/EventuallyWithT enhancement pkg-assert Change related to package testify/assert under consideration
#1424 opened Jul 13, 2023 by cszczepaniak
assert: add Helper() in TestingT interface TB.Helper Related to hiding testify calls in stack using testing.TB.Helper
#1422 opened Jul 13, 2023 by dolmen
Mocks: Question: mock.MatchedBy two times called when the function targeted is call 1 time input needed mockery Involves usage of the vektra/mockery tool pkg-mock Any issues related to Mock question Questions related to API usage
#1415 opened Jul 11, 2023 by alexisvisco
Give assert.CollectT a Logf Method to allow use as mock.TestingT enhancement pkg-assert Change related to package testify/assert pkg-mock Any issues related to Mock
#1414 opened Jul 11, 2023 by brackendawson
ProTip! no:milestone will show everything without a milestone.