-
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
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
[WIP] Create testify version 2
enhancement
input needed
on hold
#906
opened Mar 3, 2020 by
boyan-soubachov
Loading…
Replace type assertions with reflect.ValueOf()
internal/cleanup
Internal change to ease maintenance without external impact
pkg-assert
Change related to package testify/assert
revisit
#963
opened Jun 12, 2020 by
Pr0Ger
Loading…
mock: add support for mock.Anything in slices
enhancement
mock.ArgumentMatcher
About matching arguments in mock
pkg-mock
Any issues related to Mock
#1577
opened Mar 17, 2024 by
andrewwillette
•
Draft
Replace Never & Eventually functions with synchronous versions
assert.Eventually
About assert.Eventually/EventuallyWithT
must-rebase
pkg-assert
Change related to package testify/assert
#1657
opened Oct 4, 2024 by
brackendawson
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…
Add support for parallel sub-tests and remove Change related to package testify/suite
suite.Suite
pseudo-interitance
Breaking Change
concurrency
must-rebase
pkg-suite
#1109
opened Aug 4, 2021 by
maroux
Loading…
mock.AnythingOfType fix panic when matching nil type.
#1799
opened Sep 17, 2025 by
brackendawson
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…
Race-free read of Calls list
bug
pkg-mock
Any issues related to Mock
#637
opened Jul 16, 2018 by
jakewins
Loading…
[WIP] report unexpected calls in AssertExpectations
must-rebase
pkg-mock
Any issues related to Mock
#618
opened Jun 22, 2018 by
devdinu
Loading…
mock: Allow custom matcher functions to return error strings displayed on a failed match
enhancement
mock.ArgumentMatcher
About matching arguments in mock
pkg-mock
Any issues related to Mock
Switch codegen to source importing and allow additional imports.
input needed
internal/codegen
Change related to internal code generation
#753
opened Apr 19, 2019 by
nomis52
Loading…
Add suite variant for benchmarks
enhancement
pkg-suite
Change related to package testify/suite
#495
opened Aug 31, 2017 by
JelteF
Loading…
Refactor assertions to use generics
Breaking Change
enhancement
generics
go1.19+
Change applies when running with go1.19+
pkg-assert
Change related to package testify/assert
suite: Multiple test runs
enhancement
pkg-suite
Change related to package testify/suite
#1245
opened Aug 8, 2022 by
eisandbar
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…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.