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: fix NotSubset error messages using %#v instead of %q (fixes #1800) enhancement: output format Enhancement related to formatting of messages pkg-assert Change related to package testify/assert
#1888 opened May 9, 2026 by nghiack7 Loading…
CI: add check of GitHub Action pinned hashes against tag dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#1885 opened May 7, 2026 by dolmen Collaborator Loading…
Modernize Go to 1.18: interface{} -> any
#1884 opened May 7, 2026 by SuperQ Contributor Loading…
assert/yaml: add use of build tag testify_no_deps YAML About YAML and dependency
#1882 opened May 7, 2026 by dolmen Collaborator Loading…
suite: prevent panic when SetupTest skips with HandleStats pkg-suite Change related to package testify/suite
#1877 opened Apr 27, 2026 by blackwell-systems 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
chore: use stable schema for mdsf
#1858 opened Mar 9, 2026 by alexandear Contributor Loading…
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
#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…
build(deps): bump actions/checkout from 5 to 6 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
#1831 opened Nov 21, 2025 by dependabot Bot 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…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.