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

Added configuration parameter to filter executed methods of target tests #438

Merged
merged 1 commit into from
Jan 29, 2018

Conversation

ftrautsch
Copy link

This is a pull request for issue #437

I tried to be as close as possible to the naming convention and coding style of the project. I also made sure that the tests are running and I created a few new tests for the change.

The goal of this change is to filter the executed tests of a test class. Hence, I added a new configuration parameter (includedTestMethods) for pitest in which you can put in a name (or names) of a test method and pitest only executes these methods for the targeted tests. The idea is to change the *TestUnitFinder classes. There, I implemented something similar to the Category-based filtering mechanism.

@hcoles hcoles merged commit 018f67f into hcoles:master Jan 29, 2018
@hcoles
Copy link
Owner

hcoles commented Jan 29, 2018

Thanks - sorry for the delay merging.

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 this pull request may close these issues.

2 participants