-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pull requests: stretchr/testify
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
mock.AssertExpectationsForObjects fix panic with wrong testObject type.
#1795
by brackendawson
was merged Sep 15, 2025
Loading…
build(deps): bump actions/setup-go from 5 to 6
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#1790
by dependabot
bot
was merged Sep 9, 2025
Loading…
Backport #1786 to release/1.11: mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers
#1788
by brackendawson
was merged Aug 27, 2025
Loading…
assert: IsIncreasing et al can return false w/out failing
#1787
by brackendawson
was merged Sep 11, 2025
Loading…
mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers
#1786
by brackendawson
was merged Aug 27, 2025
Loading…
_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports
#1782
by dolmen
was merged Sep 16, 2025
Loading…
build(deps): bump actions/checkout from 4 to 5
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
#1778
by dependabot
bot
was merged Aug 17, 2025
Loading…
mock: avoid panic when expected type is nil in Arguments.Diff
mock.ArgumentMatcher
About matching arguments in mock
pkg-mock
Any issues related to Mock
#1775
by mutaiib
was merged Aug 18, 2025
Loading…
suite.Run: simplify running of Setup/TeardownSuite
#1769
by renzoarreaza
was merged Jun 19, 2025
Loading…
assert.EqualValues: improve test coverage to 100%
assert.EqualValues
About equality
internal/testing
Changes purely related to the testify testsuites
pkg-assert
Change related to package testify/assert
#1763
by dolmen
was merged Jun 16, 2025
Loading…
assert: faster and simpler isEmpty using reflect.Value.IsZero
#1761
by dolmen
was merged Jun 4, 2025
Loading…
mock: enable parallel testing on internal testsuite
internal/optimization
Improve speed or reduce memory usage
internal/testing
Changes purely related to the testify testsuites
pkg-mock
Any issues related to Mock
#1756
by dolmen
was merged May 30, 2025
Loading…
assert.YAMLEq: shortcut if same strings
internal/optimization
Improve speed or reduce memory usage
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
YAML
About YAML and dependency
#1755
by dolmen
was merged May 30, 2025
Loading…
assert.JSONEq: shortcut if same strings
internal/optimization
Improve speed or reduce memory usage
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1754
by dolmen
was merged May 30, 2025
Loading…
assert.Empty: comprehensive doc of "Empty"-ness rules
documentation
internal/testing
Changes purely related to the testify testsuites
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1753
by dolmen
was merged Jun 2, 2025
Loading…
assert,require: enable parallel testing on (almost) all top tests
internal/optimization
Improve speed or reduce memory usage
internal/testing
Changes purely related to the testify testsuites
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1747
by dolmen
was merged May 25, 2025
Loading…
CI: fix shebang in .ci.*.sh scripts
enhancement
github_actions
Pull requests that update GitHub Actions code
internal/cleanup
Internal change to ease maintenance without external impact
#1746
by dolmen
was merged May 23, 2025
Loading…
assert: check test failure message for Empty and NotEmpty
internal/testing
Changes purely related to the testify testsuites
pkg-assert
Change related to package testify/assert
#1745
by ccoVeille
was merged May 31, 2025
Loading…
assert.Same/NotSame: improve usage of Sprintf
internal/cleanup
Internal change to ease maintenance without external impact
pkg-assert
Change related to package testify/assert
#1742
by ccoVeille
was merged May 27, 2025
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.