Skip to content

Pull requests: stretchr/testify

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

Pull requests list

add type to error message of assert.Same
#1792 by egawata was merged Sep 12, 2025 Loading…
assert.YAMLEq: Document mutlidoc behavior
#1791 by brackendawson was merged Sep 13, 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…
Promote ccoVeille to maintainer
#1784 by brackendawson was merged Sep 9, 2025 Loading…
CI: test also with Go 1.23
#1783 by dolmen was merged Aug 25, 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.CallerInfo: micro cleanup
#1768 by dolmen was merged Jun 30, 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…
doc: improve godoc of top level 'testify' package
#1760 by dolmen was merged Jun 3, 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…
ProTip! Exclude everything labeled bug with -label:bug.