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

Fix InDeltaSlice length mismatch handling
#1896 opened May 23, 2026 by puneetdixit200 Loading…
docs: clarify EventuallyWithTf callback vs failure message assert.Eventually About assert.Eventually/EventuallyWithT documentation pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1893 opened May 17, 2026 by leno23 Loading…
1 task done
assert/yaml: add use of build tag testify_no_deps pkg-assert Change related to package testify/assert YAML About YAML and dependency
#1882 opened May 7, 2026 by dolmen Collaborator Loading…
fix: prevent deadlock when argument's String() calls MethodCalled concurrency mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1876 opened Apr 23, 2026 by ChihebBENCHEIKH1 Loading…
suite: skip AfterTest when SetupTest or BeforeTest skips (#1781) pkg-suite Change related to package testify/suite
#1873 opened Apr 19, 2026 by barry3406 Loading…
mock: replace objx.Map with our own mock.TestData type to drop objx #1852 dependencies Pull requests that update a dependency file pkg-mock Any issues related to Mock
#1870 opened Apr 8, 2026 by dolmen Collaborator Loading…
mock: reduce data races in Arguments.Diff for pointer-like arguments bug concurrency mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1866 opened Apr 3, 2026 by pavelzeman Loading…
assert.EqualValues: fix float32 and float64 comparisions assert.EqualValues About equality floatting point pkg-assert Change related to package testify/assert
#1863 opened Mar 17, 2026 by snopan Loading…
add ErrorAsType and related functions generics internal/codegen Change related to internal code generation pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1861 opened Mar 13, 2026 by mattjohnsonpint Draft
mock: add new AnythingImplementing function to check if values implement interfaces enhancement: extend API An enhancement that grows the API surface pkg-mock Any issues related to Mock
#1853 opened Feb 23, 2026 by GCrispino Loading…
fix: use %#v instead of %q in Subset/NotSubset error messages enhancement: output format Enhancement related to formatting of messages pkg-assert Change related to package testify/assert rejected/duplicate
#1848 opened Feb 10, 2026 by veeceey Loading…
6 tasks done
Fix regression introduced in 1.11.x
#1845 opened Jan 26, 2026 by cicoyle Loading…
suite: add SyncSuite and split existing suite code into reusable parts enhancement: extend API An enhancement that grows the API surface pkg-suite Change related to package testify/suite
#1837 opened Dec 7, 2025 by Nocccer Loading…
suite: add SyncTest enhancement: extend API An enhancement that grows the API surface pkg-suite Change related to package testify/suite
#1834 opened Nov 27, 2025 by ikonst Loading…
Add CollectT.Halt() as a fail-fast helper for EventuallyWithT assert.Eventually About assert.Eventually/EventuallyWithT enhancement: extend API An enhancement that grows the API surface pkg-assert Change related to package testify/assert
#1830 opened Nov 19, 2025 by twz123 Loading…
fix: time.Time rendering in the diff returned by error message enhancement: output format Enhancement related to formatting of messages enhancement pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1829 opened Nov 18, 2025 by ccoVeille Collaborator Loading…
fix: panic in spew when dealing with unexported fields bug pkg-assert Change related to package testify/assert pkg-require Change related to package testify/require
#1828 opened Nov 18, 2025 by ccoVeille Collaborator Loading…
2
2
Fix panic when using EqualValues with uncomparable types assert.EqualValues About equality pkg-assert Change related to package testify/assert
#1825 opened Nov 15, 2025 by ccoVeille Collaborator Loading…
Ensure deterministic order when diffing maps enhancement: output format Enhancement related to formatting of messages pkg-assert Change related to package testify/assert
#1822 opened Nov 15, 2025 by robbiemcmichael Loading…
suite: add OnlySubTest enhancement: extend API An enhancement that grows the API surface pkg-suite Change related to package testify/suite
#1820 opened Oct 31, 2025 by kelvinfloresta Loading…
Handle unexpected exits in condition polling assert.Eventually About assert.Eventually/EventuallyWithT pkg-assert Change related to package testify/assert
#1819 opened Oct 26, 2025 by ubunatic Contributor Loading…
mock: add OnF method enhancement: extend API An enhancement that grows the API surface pkg-mock Any issues related to Mock
#1814 opened Oct 18, 2025 by burik666 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.