We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see
opi-evpn-bridge/Makefile
Line 52 in b998cfe
today I use this to generate mocks:
docker run -v "$PWD":/src -w /src vektra/mockery --all --dir pkg/utils --output pkg/utils/mocks --boilerplate-file pkg/utils/mocks/boilerplate.txt --with-expecter
now see https://github.com/opiproject/opi-evpn-bridge/blob/main/pkg/utils/mocks/.mockery.yaml
but running
docker run -v "$PWD":/src -w /src vektra/mockery --config=pkg/utils/mocks/.mockery.yaml
fails with
failed to mkdir parents of: mocks/github.com/opiproject/opi-evpn-bridge/pkg/utils/mock_Netlink.go: mkdir mocks: permission denied
fix it...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see
opi-evpn-bridge/Makefile
Line 52 in b998cfe
today I use this to generate mocks:
now see https://github.com/opiproject/opi-evpn-bridge/blob/main/pkg/utils/mocks/.mockery.yaml
but running
fails with
fix it...
The text was updated successfully, but these errors were encountered: