Would it be possible to add the ability to provide build tags to the go-mutesting cmd?
Example:
go-mutesting --test-tags="pact integration" would then be passed into the go test --tags="pact integration" command to enable the running of tagged test to be run as part of the mutation testing.
If you are happy with the suggestion I can try and create a PR for the feature.
Would it be possible to add the ability to provide build tags to the go-mutesting cmd?
Example:
go-mutesting --test-tags="pact integration"would then be passed into thego test --tags="pact integration"command to enable the running of tagged test to be run as part of the mutation testing.If you are happy with the suggestion I can try and create a PR for the feature.