You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: