-
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
Set up objects once and reuse across multipe suites/tests
#1196
opened Jun 1, 2022 by
Victor-Chirinian-Vimeo
Generic equality assertion
enhancement
generics
pkg-assert
Change related to package testify/assert
#1184
opened May 10, 2022 by
firelizzard18
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
Mock.On panics when it expects a Any issues related to Mock
question
Questions related to API usage
rejected/invalid
Not a bug but a misunderstanding by the requester
func
parameter
pkg-mock
#1179
opened Apr 21, 2022 by
okmkey45
proposal: assert.MapSubset (or just support maps in assert.Subset)
#1173
opened Apr 1, 2022 by
SleepyBrett
[Feature Request] Create mock.AnyArgs
enhancement
pkg-mock
Any issues related to Mock
#1166
opened Mar 15, 2022 by
sonalys
Is it possible to run specific test in TestSuite few times?
#1154
opened Feb 2, 2022 by
EldarKurbanov
mock: AssertCalled confuses separate method calls in assert message
help wanted
pkg-mock
Any issues related to Mock
#1144
opened Jan 12, 2022 by
mortenlj
suite.Run() triggers data race errors with parallel tests
bug
concurrency
pkg-suite
Change related to package testify/suite
#1139
opened Dec 28, 2021 by
bstpierre
Allow safe concurrent access to (mock.Mock).Calls
concurrency
pkg-mock
Any issues related to Mock
#1128
opened Nov 29, 2021 by
brackendawson
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
assert: print underlying objects when comparing pointers values
enhancement
pkg-assert
Change related to package testify/assert
#1118
opened Oct 1, 2021 by
sjiekak
Feature Request : Support non-deterministic ordering of slice args in Any issues related to Mock
Mock.On(...)
enhancement
pkg-mock
#1117
opened Sep 16, 2021 by
manan-sc
Diffs no longer call string()
pkg-assert
Change related to package testify/assert
#1108
opened Aug 2, 2021 by
b-gupta
Multiple tests with a similar name get executed when running go test with -testify.m option
#1107
opened Jul 30, 2021 by
hcbt
Feature: assert.Consistently
assert.Eventually
About assert.Eventually/EventuallyWithT
enhancement
pkg-assert
Change related to package testify/assert
revisit
#1087
opened Jun 16, 2021 by
shaneutt
ProTip!
Adding no:label will show everything without a label.