Skip to content
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

Add Helper() method in internal mocks and assert.CollectT #1423

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2023

  1. assert/tests: add Helper() in all testing.T mocks

    Add an Helper() method to all mocks in tests of package 'assert'.
    dolmen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fd06ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8268d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2989f1 View commit details
    Browse the repository at this point in the history
  4. assert.CollectT: add Helper() method

    Add Helper() method to CollectT like testing.T as we intend to add
    Helper() to the assert.TestingT interface.
    dolmen committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    da99481 View commit details
    Browse the repository at this point in the history