Skip to content

Pull requests: stretchr/testify

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Print underlying object in ptr comparison enhancement: output format Enhancement related to formatting of messages enhancement help wanted must-rebase pkg-assert Change related to package testify/assert
#1287 opened Oct 21, 2022 by mchlp Loading…
Adds AnythingOfTypeT wrapper function enhancement pkg-mock Any issues related to Mock
#1336 opened Feb 1, 2023 by chrsalx Loading… v2.0.0
Use reflect.Value.Pointer() to compare pointers assert.EqualValues About equality enhancement internal/refactor Refactor internals with no external visible changes pkg-assert Change related to package testify/assert
#1296 opened Nov 8, 2022 by AlexanderYastrebov Draft
mock: fix erroneous calledWithArgs messages pkg-mock Any issues related to Mock
#1258 opened Aug 23, 2022 by kleinerhund Loading… v1.10.1
ci: improve github workflows github_actions Pull requests that update GitHub Actions code rejected/unrelated-changes
#1460 opened Aug 20, 2023 by stevenh Loading…
Add flag -testify.shuffle for suites enhancement hacktoberfest-accepted Hacktoberfest pkg-suite Change related to package testify/suite
#1413 opened Jul 9, 2023 by stamm Loading…
assert: Improve InEpsilon error message enhancement help wanted pkg-assert Change related to package testify/assert
#1361 opened Mar 11, 2023 by jgannonjr Loading…
consider optional expected calls last. Breaking Change enhancement pkg-mock Any issues related to Mock
#907 opened Mar 3, 2020 by rubensayshi 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…
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…
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 NotErrorAs method to {assert|require} packages pkg-assert 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
#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…
Travis-ci: added support for ppc64le
#1024 opened Nov 10, 2020 by dthadi3 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…
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
#932 opened Apr 26, 2020 by boyan-soubachov Loading… v1.7.0
Fix the assert message on AssertCalled bug pkg-assert Change related to package testify/assert
#921 opened Apr 4, 2020 by alexrocco Loading…
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…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.