goconvey icon indicating copy to clipboard operation
goconvey copied to clipboard

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

Open OneForYou opened this issue 4 years ago • 7 comments

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

OneForYou avatar Apr 29 '21 03:04 OneForYou

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

riannucci avatar Apr 29 '21 08:04 riannucci

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?

wangriyu avatar May 31 '21 04:05 wangriyu

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...

sjx95 avatar Oct 28 '21 09:10 sjx95

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

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

0b010 avatar May 13 '22 13:05 0b010

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

https://github.com/smartystreets/goconvey/pull/663

xylophone21 avatar Jun 03 '22 03:06 xylophone21

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?

doctor-fun avatar Oct 28 '23 09:10 doctor-fun

fk.goconvey -gcflags=-N -l

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

MrGuoRanDuo avatar Mar 06 '24 07:03 MrGuoRanDuo