-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
If condition passed to Never does not return before waitFor, then the Never assertion passes.
bug
#1654
opened Oct 4, 2024 by
brackendawson
Require should support parallel execution, and should not abort all tests in case of failure
enhancement
#1623
opened Jul 10, 2024 by
priyankshah217
Unset
removes all expected calls that satisfy (vs match) arguments in call being unset
bug
#1621
opened Jul 10, 2024 by
techfg
Support Custom Equality and Diff in Assert and Require
enhancement
#1616
opened Jun 25, 2024 by
nathanjsweet
assert: Eventually should not leak a goroutine
assert.Eventually
About assert.Eventually/EventuallyWithT
bug
pkg-assert
Change related to package testify/assert
#1611
opened Jun 13, 2024 by
dolmen
Incorrect require.Error() docs
bug
pkg-require
Change related to package testify/require
#1609
opened Jun 8, 2024 by
andig
call.Unset() panics when call := mockObj.On("Foo", mock.AnythingOfType("foo"))
bug
pkg-mock
Any issues related to Mock
wontfix
#1599
opened May 17, 2024 by
jeandeducla
EqualExportedValues can compare two slices
assert.EqualValues
About equality
enhancement
pkg-assert
Change related to package testify/assert
#1584
opened Apr 11, 2024 by
redachl
mock: cleanup argument matching API
enhancement
mock.ArgumentMatcher
About matching arguments in mock
pkg-mock
Any issues related to Mock
#1578
opened Mar 18, 2024 by
dolmen
v1.9.0 breaks float comparisons with EqualValues
assert.EqualValues
About equality
bug
pkg-assert
Change related to package testify/assert
#1576
opened Mar 11, 2024 by
vlasn
.On().Return() doesn't enforce expectation for the returned value
bug
#1574
opened Mar 9, 2024 by
andrehoong-pixieset
mock: Call.NotBefore still expects calls removed with Call.Unset
bug
pkg-mock
Any issues related to Mock
#1542
opened Feb 20, 2024 by
brackendawson
Allow user to skip (ignore) specific caller frames in assert.CallerInfo()
enhancement
#1527
opened Jan 30, 2024 by
xuxife
assert/require.Len doesn't print anything if the slice is too long
bug
#1525
opened Jan 23, 2024 by
fgimian
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
Detect and fail on
require.*
methods called from a wrong goroutine
concurrency
enhancement
#1499
opened Oct 31, 2023 by
ash2k
proposal: new assertionAbout assert.InEpsilon and family
enhancement
pkg-assert
Change related to package testify/assert
InEpsilonMapValues
assert.InEpsilon
#1497
opened Oct 29, 2023 by
Antonboom
Previous Next
ProTip!
Adding no:label will show everything without a label.