Skip to content

add additional 'runTestArgs' for go test command#626

Open
jhunters wants to merge 2 commits intosmartystreets:masterfrom
jhunters:master
Open

add additional 'runTestArgs' for go test command#626
jhunters wants to merge 2 commits intosmartystreets:masterfrom
jhunters:master

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.

2 participants