go-gremlins / gremlins

A mutation testing tool for Go.
https://gremlins.dev
Apache License 2.0
198 stars 18 forks source link

[request] Support for Running Tests with -gcflags=all=-l in Gremlins #245

Open LazarenkoA opened 3 months ago

LazarenkoA commented 3 months ago

🚀 Feature Request

Hi, Is it possible to make gremlins run tests with -gcflags=all=-l? This is needed when using "monkey patching", for example, with github.com/agiledragon/gomonkey/v2

For instance, I run tests like this: go test ./... -gcflags=all=-l