Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Providing Build Tags For Tests #87

Open
braddle opened this issue Jul 29, 2021 · 1 comment · May be fixed by #88
Open

Enable Providing Build Tags For Tests #87

braddle opened this issue Jul 29, 2021 · 1 comment · May be fixed by #88

Comments

@braddle
Copy link

braddle commented Jul 29, 2021

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.

@braddle braddle linked a pull request Aug 3, 2021 that will close this issue
@braddle
Copy link
Author

braddle commented Aug 3, 2021

Hey, I managed to create the PR for this feature. let me know what you think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant