Skip to content
New issue

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

add additional 'runTestArgs' for go test command #626

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jhunters
Copy link

@jhunters jhunters commented Jun 9, 2021

in some case that need add additional arguements for go test. eg. gomonkey project need run mock test case by add -gcflags="all=-N -l" arguments.
here is the example to show how to run goconvey with this argument:
goconvey -runTestArgs="-gcflags=all=-N -l"

@riannucci
Copy link
Collaborator

I believe this is already covered with test package profiles? (https://github.com/smartystreets/goconvey/wiki/Profiles)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants