-
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
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
ci: improve github workflows
github_actions
Pull requests that update GitHub Actions code
rejected/unrelated-changes
#1460
opened Aug 20, 2023 by
stevenh
Loading…
consider optional expected calls last.
Breaking Change
enhancement
pkg-mock
Any issues related to Mock
#907
opened Mar 3, 2020 by
rubensayshi
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…
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…
Fix mock.AssertCalled error output
pkg-mock
Any issues related to Mock
#1133
opened Dec 16, 2021 by
monkslc
Loading…
[BC break] Fix Maybe().Times(n) and little refactoring
#1053
opened Feb 21, 2021 by
grongor
Loading…
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…
feat: Add Change related to package testify/assert
pkg-require
Change related to package testify/require
type-error
Issue related to comparing values implementing the error interface
NotErrorAs
method to {assert|require}
packages
pkg-assert
#1137
opened Dec 21, 2021 by
titusjaka
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…
suite: Multiple test runs
enhancement
pkg-suite
Change related to package testify/suite
#1245
opened Aug 8, 2022 by
eisandbar
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…
[#387] Fix a bug in []byte and []uint reflections
Breaking Change
#969
opened Jun 25, 2020 by
thanakritju
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
mock: clear call from NotBefore expectations on Unset()
bug
pkg-mock
Any issues related to Mock
#1572
opened Mar 8, 2024 by
st3penta
Loading…
assert: add InDelta for maps with a deltas map
assert.InEpsilon
About assert.InEpsilon and family
enhancement
pkg-assert
Change related to package testify/assert
pkg-require
Change related to package testify/require
#1519
opened Dec 17, 2023 by
julian776
Loading…
Add suite variant for benchmarks
enhancement
pkg-suite
Change related to package testify/suite
#495
opened Aug 31, 2017 by
JelteF
Loading…
[WIP] report unexpected calls in AssertExpectations
must-rebase
pkg-mock
Any issues related to Mock
#618
opened Jun 22, 2018 by
devdinu
Loading…
Race-free read of Calls list
bug
pkg-mock
Any issues related to Mock
#637
opened Jul 16, 2018 by
jakewins
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…
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…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.