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
Sort

Pull requests list

Json matching function enhancement mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1690 by akaswenwilk was closed Jan 7, 2025 Loading…
docs: Fix typo in README
#1688 by alexandear was merged Dec 21, 2024 Loading…
Replace deprecated io/ioutil with io and os
#1684 by alexandear was merged Dec 21, 2024 Loading…
mock: remove unnecessary fmt.Sprintf in assert.Fail
#1673 by alexandear was closed Nov 24, 2024 Loading…
chore: remove redundant empty lines
#1672 by alexandear was closed Nov 15, 2024 Loading…
.github/workflows: Run tests with stable,oldstable Go
#1670 by alexandear was closed Oct 30, 2024 Loading…
.github/workflows: Run tests for Go 1.23
#1668 by alexandear was closed Oct 30, 2024 Loading…
NotSame should fail if args are not pointers #1661
#1664 by sikehish was merged Oct 28, 2024 Loading…
Fix issue #1662 (comparing infs should fail)
#1663 by ybrustin was merged Oct 26, 2024 Loading…
comments for the require package
#1658 by parth-p-shah was closed Oct 15, 2024 Loading…
mock: fix doc comment for NotBefore
#1651 by alexandear was merged Oct 4, 2024 Loading…
assert: fix typos in comments
#1650 by alexandear was merged Oct 4, 2024 Loading…
Document suite's lack of support for t.Parallel
#1645 by brackendawson was merged Oct 4, 2024 Loading…
mock: caller information for unexpected method call
#1644 by spirin was merged Oct 1, 2024 Loading…
mock: in order mock calls
#1637 by ReyOrtiz was merged Oct 2, 2024 Loading…
Record Return Arguments of a Call pkg-mock Any issues related to Mock
#1636 by jayd3e was merged Oct 16, 2024 Loading…
Refactor to simplify if/else blocks
#1630 by HaraldNordgren was closed Sep 18, 2024 Loading…
.github/workflows: Run tests for Go 1.22
#1629 by HaraldNordgren was merged Oct 3, 2024 Loading…
fix: compare functional option names for indirect calls bug pkg-mock Any issues related to Mock
#1626 by arjun-1 was merged Nov 12, 2024 Loading…
WA-20893 Fix tests in Automation
#1624 by w-ahmedabdullajev was closed Jul 10, 2024 Loading…
Shuffle tests in suite rejected/invalid Not a bug but a misunderstanding by the requester
#1619 by Djenchik was closed Jul 4, 2024 Loading…
Generate better comments for require package documentation internal/codegen Change related to internal code generation pkg-require Change related to package testify/require
#1610 by Neokil was merged Oct 23, 2024 Loading…
ProTip! Exclude everything labeled bug with -label:bug.