-
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: fix map[string]struct{} map[string]interface{} Argument compare panic
bug
help wanted
mock.ArgumentMatcher
About matching arguments in mock
pkg-mock
Any issues related to Mock
wontfix
#1401
by lecw199
was closed Mar 7, 2024
Loading…
Clarify assert.Equal failure message given mismatched numeric types
#327
by jveski
was merged Sep 25, 2016
Loading…
Mock: Add diff to output when no exact match found
#335
by dominicbarnes
was merged Sep 24, 2016
Loading…
Changing format of NoError output to make use of errors
#338
by nyarly
was merged Sep 24, 2016
Loading…
Changing format of NoError output to make use of pkg/errors
#337
by nyarly
was closed Aug 19, 2016
Loading…
Vendor dependencies and rewrite import paths
#249
by ernesto-jimenez
was merged Jan 7, 2016
Loading…
Avoid relying on undefined behavior in assert.ObjectsAreEqual().
#94
by neilconway
was merged Nov 24, 2014
Loading…
Allow Contains and NotContains to check slices and arrays
#73
by comogo
was merged Sep 10, 2014
Loading…
Implement assert.AlmostEqual() for Floating Point Values
#59
by zacg
was closed Jul 10, 2014
Loading…
Print the expected and actual items of an Equal call on separate lines
#74
by obeattie
was merged Aug 17, 2014
Loading…
Add suite test name to test method names
input needed
#105
by tchajed
was closed Apr 28, 2020
Loading…
Use mockedObj.Method(args) instead of mockedObj.Mock.Method(args).
#109
by anupcshan
was merged Jan 10, 2015
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.