-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
Projects
Milestone
Relationships
Development
Select code repository
Activity
braddle commentedon Aug 3, 2021
Hey, I managed to create the PR for this feature. let me know what you think.