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

GoConvey does not support 'Go test-gcflags "all= -n-l "' #620

Open
OneForYou opened this issue Apr 29, 2021 · 7 comments
Open

GoConvey does not support 'Go test-gcflags "all= -n-l "' #620

OneForYou opened this issue Apr 29, 2021 · 7 comments

Comments

@OneForYou
Copy link

I want to run GomonKey on GoConvey, but GoConvey doesn't support 'Go Test-GCFLAGS "all= -N-L "', so I hope it does

@riannucci
Copy link
Collaborator

I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles

@wangriyu
Copy link

I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles

@riannucci but this way need create config file in any test package, right? Is there any a global way?

@sjx95
Copy link

sjx95 commented Oct 28, 2021

I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles

Seems this profile only applies to the same folder.
In my case, we are using gomonkey in lots of packages, so I have to create a tons of .goconvey everywhere...

@0b010
Copy link

0b010 commented May 13, 2022

I think you can do this with https://github.com/smartystreets/goconvey/wiki/Profiles

@riannucci hi, is there any a global way please?

@xylophone21
Copy link

I have added a PR to add global profile, cloud you please help to merge it and add a new release, thanks

#663

@doctor-fun
Copy link

i create a main.goconvey in the /root path,the content of it is -gcflags="all=-l -N",but it can not recognize the failed what excepted; why?

@MrGuoRanDuo
Copy link

MrGuoRanDuo commented Mar 6, 2024

fk.goconvey -gcflags=-N -l

the command line argument that is -gcflags=-l(below go1.10) or -gcflags=all=-l(go1.10 and above).

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

No branches or pull requests

8 participants