Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vektra/mockery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: vektra/mockery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 14, 2025

  1. Fix invalid generation when variadic has no return values

    The testify mocks were invalid when `unroll-variadic: true` and a method had
    no return values. This was due to a simple whitespace control character in the template.
    Added an interface that triggers this condition, which will cause tests to fail if it
    recurrs.
    
    Fixes #988
    LandonTClipp committed Apr 14, 2025
    Configuration menu
    Copy the full SHA
    896e920 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1007 from LandonTClipp/LandonTClipp/fix_called

    Fix invalid generation when variadic has no return values
    LandonTClipp authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    7684b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3085bff View commit details
    Browse the repository at this point in the history
Loading