-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pull requests: stretchr/testify
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Colorizing test output
enhancement: colored output
About adding colored output
enhancement
pkg-assert
Change related to package testify/assert
#1467
opened Sep 6, 2023 by
hugoleborso
Loading…
mock: clear call from NotBefore expectations on Unset()
bug
pkg-mock
Any issues related to Mock
#1572
opened Mar 8, 2024 by
st3penta
Loading…
Fix for mockCall.Unset() panic (issue #1236)
bug
mock.ArgumentMatcher
About matching arguments in mock
pkg-mock
Any issues related to Mock
#1239
opened Jul 27, 2022 by
DubbaThony
Loading…
suite: Multiple test runs
enhancement
pkg-suite
Change related to package testify/suite
#1245
opened Aug 8, 2022 by
eisandbar
Loading…
consider optional expected calls last.
Breaking Change
enhancement
pkg-mock
Any issues related to Mock
#907
opened Mar 3, 2020 by
rubensayshi
Loading…
[WIP] report unexpected calls in AssertExpectations
must-rebase
pkg-mock
Any issues related to Mock
#618
opened Jun 22, 2018 by
devdinu
Loading…
Add PanicsWithErrorIs assertion
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
type-error
Issue related to comparing values implementing the error interface
Fixed Enhancement related to formatting of messages
enhancement
pkg-assert
Change related to package testify/assert
type-error
Issue related to comparing values implementing the error interface
assert.ErrorAs()
error log text
enhancement: output format
#1134
opened Dec 16, 2021 by
albenik
Loading…
suite: allow passing custom test filter function
Breaking Change
enhancement
pkg-suite
Change related to package testify/suite
#1051
opened Feb 11, 2021 by
denis-tingaikin
•
Draft
adds a suite struct that uses Require() as default
enhancement: extend API
An enhancement that grows the API surface
enhancement
pkg-suite
Change related to package testify/suite
#1344
opened Feb 10, 2023 by
rolancia
Loading…
mock: make it clearer when nil arguments don't match
enhancement: output format
Enhancement related to formatting of messages
enhancement
must-rebase
pkg-mock
Any issues related to Mock
#1075
opened May 12, 2021 by
brackendawson
•
Draft
build(deps): bump github.com/stretchr/objx from 0.5.2 to 0.5.3
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
#1807
opened Oct 7, 2025 by
dependabot
bot
Loading…
suite: fix method name matching
bug
pkg-suite
Change related to package testify/suite
rejected/outdated
Too old for a rebase, or no longer relevant
Fix mock.AssertCalled error output
pkg-mock
Any issues related to Mock
#1133
opened Dec 16, 2021 by
monkslc
Loading…
suite: fix FailfastSuite failing when test.count > 1
bug
internal/testing
Changes purely related to the testify testsuites
pkg-suite
Change related to package testify/suite
#1244
opened Aug 8, 2022 by
eisandbar
Loading…
assert: fix interpolation using %s instead of %#v for interfaces
assert.Len
enhancement: output format
Enhancement related to formatting of messages
must-rebase
pkg-assert
Change related to package testify/assert
#1112
opened Sep 2, 2021 by
effeix
Loading…
mock: add assertion for minimum number of method/function invocations
enhancement
pkg-mock
Any issues related to Mock
#1595
opened May 3, 2024 by
shalinlk
Loading…
Support sort.Interface in IsIncreasing et al.
enhancement
pkg-assert
Change related to package testify/assert
#1124
opened Oct 29, 2021 by
brackendawson
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.