-
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
Make spew config selection configurable to allow for helpful diffs on time.Time objects nested in structs.
#1079
opened May 22, 2021 by
shawc71
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
Give mock.Anything its own type so it can't be mistaken for a string
internal/refactor
Refactor internals with no external visible changes
pkg-mock
Any issues related to Mock
#1063
opened Mar 20, 2021 by
dbravender
Loading…
ObjectsAreEqual: improve list/map support
assert.EqualValues
About equality
bug
must-rebase
pkg-assert
Change related to package testify/assert
#1058
opened Mar 1, 2021 by
harryzcy
Loading…
[BC break] Fix Maybe().Times(n) and little refactoring
#1053
opened Feb 21, 2021 by
grongor
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
assert: add Kind
enhancement: extend API
An enhancement that grows the API surface
enhancement
must-rebase
pkg-assert
Change related to package testify/assert
#1049
opened Feb 5, 2021 by
matinFT
Loading…
Colorize 'expected' and 'actual'
enhancement: colored output
About adding colored output
pkg-assert
Change related to package testify/assert
#994
opened Aug 20, 2020 by
hcmlinj
Loading…
Speed up mock.findExpectedCall by skipping diff if not necessary
internal/optimization
Improve speed or reduce memory usage
pkg-mock
Any issues related to Mock
#986
opened Jul 28, 2020 by
mrahs
Loading…
[#387] Fix a bug in []byte and []uint reflections
Breaking Change
#969
opened Jun 25, 2020 by
thanakritju
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…
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
Improve failure messages for AssertCalled and AssertNotCalled
#926
opened Apr 17, 2020 by
AdRiley
Loading…
Fix the assert message on AssertCalled
bug
pkg-assert
Change related to package testify/assert
#921
opened Apr 4, 2020 by
alexrocco
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] Create testify version 2
enhancement
input needed
on hold
#906
opened Mar 3, 2020 by
boyan-soubachov
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…
Refactor Diff to reduce risk of triggering race conditions.
bug
concurrency
pkg-mock
Any issues related to Mock
#812
opened Sep 3, 2019 by
sjames-iberis
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…