hash-of-wisdom/.mockery.yaml

11 lines
278 B
YAML

with-expecter: true
dir: "{{.InterfaceDir}}/mocks"
mockname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
filename: "mock_{{.InterfaceName | snakecase}}.go"
packages:
github.com/word-of-wisdom/internal/pow:
interfaces:
Generator:
Verifier:
Solver: