mockery

A mock code autogenerator for Go

BSD-3-CLAUSE License

Downloads
2K
Stars
6K
Committers
129

Bot releases are visible (Hide)

mockery - v2.46.0 Latest Release

Published by LandonTClipp about 1 month ago

Changelog

  • 6423255 Merge pull request #807 from tobby-s/FEAT-configdir
  • 7c9f776 add documentation
  • 8fae460 propagate config file name into template
mockery - v2.45.1

Published by LandonTClipp about 1 month ago

Changelog

  • 1790d6a Bump Go v1.22 to v1.23 in Dockerfile
  • 38070f7 Merge pull request #812 from colega/patch-1
  • 2abbb49 Merge pull request #814 from khaifazil/patch-1
  • b2c2927 Update index.md: capitalize "Grafana"
mockery - v2.45.0

Published by LandonTClipp 2 months ago

Changelog

  • 56379c8 Add disable-func-mocks parameter
  • a03d1ff Merge pull request #809 from LandonTClipp/disable_func_mocks
  • 1e69719 updates
mockery - v2.44.2

Published by LandonTClipp 2 months ago

Changelog

  • 4bee898 Ensure generated imports doesn't start with digit
  • 910874a Merge pull request #806 from leitzler/master
mockery - v2.44.1

Published by LandonTClipp 3 months ago

Changelog

mockery - v2.43.2

Published by LandonTClipp 5 months ago

Changelog

  • 4544845 Fix an issue with using exclude on windows
  • 5a3e47a Merge pull request #780 from iangregsondev/debugging
mockery - v2.43.1

Published by LandonTClipp 5 months ago

Changelog

  • 2065d36 Update migrating_to_packages.md
mockery - v2.43.0

Published by LandonTClipp 6 months ago

Changelog

  • 514021e Add docs about InterfaceFile
  • 527c0c4 Added InterfaceFile
  • 25d2eb0 Merge pull request #773 from istrau2/patch-1
  • 0229bd4 Merge pull request #776 from LandonTClipp/master
  • dff9d54 added .InterfaceFile test
  • 314f11a fixed .InterfaceFile test
mockery - v2.42.3

Published by LandonTClipp 6 months ago

Changelog

  • 9b4107f Fix bug when last argument is a function with multiple return values
  • b1c5f6e Merge pull request #774 from LandonTClipp/issue_766
  • adedaa2 Update codecov.yml
  • a382dd5 remove unnecessary config
mockery - v2.42.2

Published by LandonTClipp 7 months ago

Changelog

  • 4ac0c5e Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools
  • f500645 Merge pull request #768 from vektra/dependabot/go_modules/tools/google.golang.org/protobuf-1.33.0
  • 59f7d94 Merge pull request #771 from dlwyatt/patch-1
  • dc80845 Merge pull request #772 from testwill/close_cpu_profile
  • 9820fbb Update features.md
  • bdfbb23 fix: close cpu profile
mockery - v2.42.1

Published by LandonTClipp 7 months ago

Changelog

  • 9dd9b1e Merge pull request #767 from stevenh/fix/windows-recursive
  • 426dc32 fix: recursive config failure on windows
mockery - v2.42.0

Published by LandonTClipp 8 months ago

Changelog

  • 29471fe Add more users of mockery to docs
  • e420a13 Add typeset plugin for docs
  • 8d53849 Factor out logic to exclude sub-modules
  • b915439 Fix issue with file ordering
  • 601d297 Merge branch 'master' into replace-generic
  • 528d354 Merge branch 'master' into users
  • 8b86cf2 Merge pull request #750 from DustinJSilk/replace-generic
  • 92afb14 Merge pull request #759 from LandonTClipp/users
  • 3b25f39 Merge pull request #760 from LandonTClipp/fix_ordering
  • f0789fb Merge pull request #761 from LandonTClipp/file_ordering_gomod
  • e724b8a Show support for pointer type replacements
  • 78755a1 fixes
  • d39a2a2 make codecov more permissive
  • 4b08243 use replace-type config
mockery - v2.41.0

Published by LandonTClipp 8 months ago

Changelog

  • d4e7f57 Merge pull request #757 from LandonTClipp/go_mod_version
  • 2c2727b Set go.mod to go 1.22
mockery - v2.40.3

Published by LandonTClipp 8 months ago

Changelog

  • 3b76444 Dockerfile: up go version to 1.22
  • cd5cc5a Merge pull request #755 from ifross89/patch-1
mockery - v2.40.2

Published by LandonTClipp 8 months ago

Changelog

  • f513d5d Merge pull request #753 from viktorasm/fix-upgrade-x-tools
  • 116a183 update pipeline to test on current ant previous versions
  • 2147419 upgrade X tools to fix panic crash in go 1.22
mockery - v2.40.1

Published by LandonTClipp 9 months ago

Changelog

  • d119c66 Add test that asserts mocks on variadic return functions are behaving correctly
  • b6625de Merge branch 'master' into nicovak/fix-707
  • 4854efd Merge pull request #719 from nicovak/nicovak/fix-707
  • a032aa0 fix: issue 707
mockery - v2.40.0

Published by LandonTClipp 9 months ago

Changelog

  • 1c18f44 Generate mock build constraints
  • 2502f52 Merge pull request #693 from mcdoker18/fix/691
  • 58b0c4c code review fixes
mockery - v2.39.2

Published by LandonTClipp 9 months ago

Changelog

  • 0267602 Merge pull request #746 from LandonTClipp/master
  • 138d507 Update mkdocs.yml
  • 6630b9e Update mkdocs.yml
  • f5f6808 add google analytics env to build step
  • 05ac09b fix GOOGLE_ANALYTICS_KEY
mockery - v2.39.1

Published by LandonTClipp 10 months ago

Changelog

  • 5c62fda Add MongoDB as user of mockery
  • a199cfb Add clarification on internal error
  • 5254b81 Merge pull request #741 from LandonTClipp/clarification
  • b9df18e Merge pull request #742 from LandonTClipp/mongo
mockery - v2.39.0

Published by LandonTClipp 10 months ago

Changelog

  • b248492 Don't recurse into submodules on recursive: true
  • 4f9dc15 Merge pull request #740 from LandonTClipp/monorepo
Package Rankings
Top 0.71% on Proxy.golang.org
Top 13.83% on Formulae.brew.sh
Badges
Extracted from project README
Release go.dev reference Go Report Card codecov Stargazers over time