Skip to content

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
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
Assignee
Filter by who’s assigned
Sort

Issues list

mock: avoid data races in Arguments.Diff bug pkg-mock Any issues related to Mock
#1598 opened May 14, 2024 by petergardfjall Loading…
mock: add assertion for minimum number of method/function invocations enhancement pkg-mock Any issues related to Mock
#1595 opened May 3, 2024 by shalinlk Loading…
mock: cleanup argument matching API enhancement mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1578 opened Mar 18, 2024 by dolmen
mock: add support for mock.Anything in slices enhancement mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1577 opened Mar 17, 2024 by andrewwillette Draft
mock: clear call from NotBefore expectations on Unset() bug pkg-mock Any issues related to Mock
#1572 opened Mar 8, 2024 by st3penta Loading…
mock: simplify implementation of FunctionalOptions internal/refactor Refactor internals with no external visible changes mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1571 opened Mar 7, 2024 by dolmen Loading…
feat(mock): add Replace method to Call enhancement pkg-mock Any issues related to Mock
#1511 opened Nov 29, 2023 by lefinal Loading…
mock: deprecate type IsTypeArgument Breaking Change internal/refactor Refactor internals with no external visible changes pkg-mock Any issues related to Mock
#1456 opened Aug 11, 2023 by dolmen
mock: print caller info on unexpected method call enhancement help wanted pkg-mock Any issues related to Mock
#1448 opened Aug 2, 2023 by Lochlanna Loading…
mock: hide implementation of Anything enhancement pkg-mock Any issues related to Mock
#1442 opened Jul 31, 2023 by dolmen
Fix calling Unset on call with argumentMatcher. bug help wanted mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1425 opened Jul 13, 2023 by jslang Loading…
Add Helper() method in internal mocks and assert.CollectT assert.Eventually About assert.Eventually/EventuallyWithT hacktoberfest-accepted Hacktoberfest pkg-assert Change related to package testify/assert pkg-mock Any issues related to Mock pkg-require Change related to package testify/require ready-for-merge TB.Helper Related to hiding testify calls in stack using testing.TB.Helper
#1423 opened Jul 13, 2023 by dolmen Loading… v1.10
Give assert.CollectT a Logf Method to allow use as mock.TestingT enhancement pkg-assert Change related to package testify/assert pkg-mock Any issues related to Mock
#1414 opened Jul 11, 2023 by brackendawson
mock.AssertExpectations error message is not ideal pkg-mock Any issues related to Mock
#1383 opened May 17, 2023 by tpottinger2
Functional Options testing broken for indirect calls bug mock.ArgumentMatcher About matching arguments in mock pkg-mock Any issues related to Mock
#1380 opened May 10, 2023 by dillonstreator
2
2
How can I retire mock.On condition to allow mock to match later mock.On? pkg-mock Any issues related to Mock question Questions related to API usage
#1375 opened Apr 14, 2023 by egolearner
Support AnyTimes call in mock enhancement pkg-mock Any issues related to Mock
#1372 opened Apr 11, 2023 by qingwave
Adds AnythingOfTypeT wrapper function enhancement pkg-mock Any issues related to Mock
#1336 opened Feb 1, 2023 by chrsalx Loading… v2.0.0
Toggle-off Success Logs from mock.AssertExpectationsForObjects pkg-mock Any issues related to Mock
#1334 opened Jan 29, 2023 by vaguecoder
Fix case of NotBefore() name in comment documentation must-rebase pkg-mock Any issues related to Mock
#1278 opened Oct 6, 2022 by thekondor Loading…
mock: fix erroneous calledWithArgs messages pkg-mock Any issues related to Mock
#1258 opened Aug 23, 2022 by kleinerhund Loading… v1.10
ProTip! Exclude everything labeled bug with -label:bug.