Skip to content

vektra/mockery

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2025
Apr 12, 2025
Apr 11, 2025
Apr 12, 2025
Apr 12, 2025
Apr 12, 2025
Apr 11, 2025
Mar 29, 2025
Dec 27, 2024
Feb 4, 2025
Mar 28, 2025
Apr 9, 2025
Apr 8, 2025
Apr 11, 2025
Apr 18, 2022
Jun 19, 2023
Mar 2, 2025
Sep 2, 2014
Jan 2, 2025
Apr 5, 2025
Apr 4, 2024
Apr 5, 2025
Apr 5, 2025
Mar 29, 2025
Mar 29, 2025
Jan 21, 2025
Apr 9, 2025
Apr 12, 2025

mockery

go.dev reference GitHub go.mod Go version GitHub release (latest SemVer) Go Report Card codecov

mockery provides the ability to easily generate mocks for Golang interfaces using the stretchr/testify/mock package. It removes the boilerplate coding required to use mocks.

Documentation

Documentation is found at our GitHub Pages site.

Development

taskfile.dev is used for build tasks. Initialize all go build tools:

go mod download -x

You can run any of the steps listed in Taskfile.yml:

$ task test
task: [test] go test -v -coverprofile=coverage.txt ./...

Stargazers

Stargazers over time