ランキングに戻る
A mock code autogenerator for Go
gomockmockinggolangtestinggeneratorgenerationmockgentestifymocksstretchr
主要指標
スター成長
スター
7.2k
フォーク
455
週間成長
—
Issue
48
2k4k6k
2023年1月2023年8月2024年3月2024年10月2025年5月2025年12月2026年7月
成果物Go Modules
go get github.com/vektra/mockeryREADME
mockery
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
関連リポジトリ