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

Update gopkg.in/yaml.v3 dependencies Pull requests that update a dependency file YAML About YAML and dependency
#1192 by ingwarsw was merged Jun 6, 2022 Loading…
travis: add go1.9
#501 by posener was merged Dec 30, 2017 Loading…
Mock can be deadlocked by a panic bug mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1157 by brackendawson was merged Jun 23, 2022 Loading…
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…
Support nil arguments to Argument Matchers
#410 by lowjoel was closed Dec 30, 2017 Loading…
fix typo
#406 by simonmulser was merged May 26, 2017 Loading…
Fix formatting by running go fmt
#408 by ryanguest was merged May 26, 2017 Loading…
HTTP code status assertions now fail tests
#396 by medzin was merged May 28, 2017 Loading…
add Subset and NotSubset assertions
#382 by GlenDC was merged May 28, 2017 Loading…
Use Go 1.7 subtests so suites can properly nest
#389 by bayesianmind was merged May 29, 2017 Loading…
add MethodCalled to the mock
#444 by yiminc-zz was merged May 30, 2017 Loading…
Fix unprotected call fields access in MethodCalled()
#488 by danielheller was merged Oct 18, 2017 Loading…
Adding logging when mock assertions fails
#555 by devdinu was merged Feb 6, 2018 Loading…
RFC: support diff display for string variables
#594 by timfeirg was merged Jun 9, 2018 Loading…
Remove no longer needed assert.canConvert hacktoberfest-accepted Hacktoberfest internal/refactor Refactor internals with no external visible changes pkg-assert Change related to package testify/assert
#1470 by alexandear was merged Oct 10, 2023 Loading…
Some cleanups
#571 by posener was merged Mar 18, 2018 Loading…
Refactor ObjectsAreEqual()
#582 by HaraldNordgren was merged Jun 9, 2018 Loading…
Format matched arguments with %v to avoid panic
#596 by gz-c was merged Jun 9, 2018 Loading…
Print missing FAIL during AssertExpectation
#551 by rubensayshi was merged Jan 31, 2018 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.