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

assert: check early in Eventually, EventuallyWithT, and Never assert.Eventually About assert.Eventually/EventuallyWithT enhancement pkg-assert Change related to package testify/assert
#1427 by cszczepaniak was merged May 6, 2025 Loading… updated Oct 2, 2025
doc: remove ineffective inline code blocks documentation enhancement pkg-assert Change related to package testify/assert pkg-mock Any issues related to Mock pkg-require Change related to package testify/require pkg-suite Change related to package testify/suite
#1714 by brackendawson was merged Sep 19, 2025 Loading… updated Sep 19, 2025
assert: truncate very long objects in test failure messages assert.Len bug pkg-assert Change related to package testify/assert
#1646 by brackendawson was merged Sep 19, 2025 Loading… updated Sep 19, 2025
_codegen: copy dependency github.com/ernesto-jimenez/gogen/imports
#1782 by dolmen was merged Sep 16, 2025 Loading… updated Sep 16, 2025
mock.AssertExpectationsForObjects fix panic with wrong testObject type.
#1795 by brackendawson was merged Sep 15, 2025 Loading… updated Sep 15, 2025
fixing panic in calls to assertion with nil m.mutex
#1212 by sfc-gh-eraigosa was merged Jun 24, 2022 Loading… updated Sep 15, 2025
assert.YAMLEq: Document mutlidoc behavior
#1791 by brackendawson was merged Sep 13, 2025 Loading… updated Sep 13, 2025
add type to error message of assert.Same
#1792 by egawata was merged Sep 12, 2025 Loading… updated Sep 12, 2025
assert: IsIncreasing et al can return false w/out failing
#1787 by brackendawson was merged Sep 11, 2025 Loading… updated Sep 11, 2025
assert.PanicsWithError: report error message enhancement: output format Enhancement related to formatting of messages enhancement help wanted must-rebase pkg-assert Change related to package testify/assert
#1400 by olivergondza was merged Sep 10, 2025 Loading… updated Sep 10, 2025
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… updated Sep 9, 2025
Promote ccoVeille to maintainer
#1784 by brackendawson was merged Sep 9, 2025 Loading… updated Sep 9, 2025
Vendor unmaintained github.com/pmezard/go-difflib dependencies Pull requests that update a dependency file internal/refactor Refactor internals with no external visible changes pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1708 by brackendawson was merged Sep 9, 2025 Loading… updated Sep 9, 2025
assert: make tHelper a type alias internal/refactor Refactor internals with no external visible changes pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1562 by dolmen was merged Mar 5, 2024 Loading… updated Sep 1, 2025
Add Helper() method in internal mocks and assert.CollectT assert.Eventually About assert.Eventually/EventuallyWithT hacktoberfest-accepted Hacktoberfest pkg-assert Change related to package testify/assert pkg-mock Any issues related to Mock pkg-require Change related to package testify/require ready-for-merge TB.Helper Related to hiding testify calls in stack using testing.TB.Helper
#1423 by dolmen was merged May 27, 2025 Loading… updated Sep 1, 2025 v1.11
suite: validate method signatures and continue execution for valid tests enhancement pkg-suite Change related to package testify/suite
#1665 by vyas-git was merged Aug 29, 2025 Loading… updated Aug 29, 2025
Lazily render mock diff output on successful match internal/optimization Improve speed or reduce memory usage pkg-mock Any issues related to Mock
#1615 by mikeauclair was merged May 6, 2025 Loading… updated Aug 27, 2025
mock: revert to pre-v1.11.0 argument matching behavior for mutating stringers
#1786 by brackendawson was merged Aug 27, 2025 Loading… updated Aug 27, 2025
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… updated Aug 27, 2025
CI: test also with Go 1.23
#1783 by dolmen was merged Aug 25, 2025 Loading… updated Aug 27, 2025
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… updated Aug 18, 2025
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… updated Aug 17, 2025
tests: improve captureTestingT helper internal/testing Changes purely related to the testify testsuites test
#1741 by ccoVeille was merged Jul 1, 2025 Loading… updated Jul 1, 2025
mock.AssertNumberOfCalls: improve error msg enhancement pkg-mock Any issues related to Mock
#1743 by 3scalation was merged Jun 30, 2025 Loading… updated Jun 30, 2025
ProTip! Exclude everything labeled bug with -label:bug.