SkillAgentSearch skills...

Mockery

A mock code autogenerator for Go

Install / Use

/learn @vektra/Mockery
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars7.0k
CategoryDevelopment
Updated25m ago
Forks451

Languages

Go

Security Score

100/100

Audited on Mar 24, 2026

No findings