-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Issues: stretchr/testify
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Added support for getting the arguments of mock function call for a specific call count
Breaking Change
enhancement
pkg-mock
Any issues related to Mock
#1558
opened Mar 3, 2024 by
mahigadamsetty
Loading…
mock: deprecate type IsTypeArgument
Breaking Change
internal/refactor
Refactor internals with no external visible changes
pkg-mock
Any issues related to Mock
#1456
opened Aug 11, 2023 by
dolmen
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
Deprecate ObjectsAreEqual and ObjectsAreEqualValues from the assert package and move them in a separate package for reuse
Breaking Change
pkg-assert
Change related to package testify/assert
#1180
opened Apr 21, 2022 by
nikolavp
suite: TearDown isn't called if setup fails
Breaking Change
pkg-suite
Change related to package testify/suite
#1123
opened Oct 27, 2021 by
areller
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…
impl EqualValues 2 objects have Change related to package testify/assert
(T) Equal(T) bool
Breaking Change
enhancement
pkg-assert
#1093
opened Jun 28, 2021 by
rubensayshi
Loading…
feat: allow passing custom test filter function for suites
Breaking Change
#1051
opened Feb 11, 2021 by
denis-tingaikin
•
Draft
[#387] Fix a bug in []byte and []uint reflections
Breaking Change
#969
opened Jun 25, 2020 by
thanakritju
Loading…
consider optional expected calls last.
Breaking Change
enhancement
pkg-mock
Any issues related to Mock
#907
opened Mar 3, 2020 by
rubensayshi
Loading…
ErrorIs assertion; go1.13 feature
Breaking Change
enhancement
internal/codegen
Change related to internal code generation
on hold
#884
opened Feb 9, 2020 by
nikandfor
Loading…
Use go-cmp.Equal instead of reflect.DeepEqual
Breaking Change
must-rebase
pkg-assert
Change related to package testify/assert
ProTip!
Exclude everything labeled
bug
with -label:bug.