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

More informative mutation pre-run feedback #596

Open
cbrunnkvist opened this issue Sep 30, 2020 · 1 comment
Open

More informative mutation pre-run feedback #596

cbrunnkvist opened this issue Sep 30, 2020 · 1 comment
Labels
feature good first issue Good for newcomers hacktoberfest Great issues to pick up for Hacktoberfest

Comments

@cbrunnkvist
Copy link
Contributor

cbrunnkvist commented Sep 30, 2020

Summary

At the start of the program, I see the following output:

15:17:59.096 [pool-49-thread-1] INFO  stryker4s.mutants.Mutator - Found 12 of 14 file(s) to be mutated.
15:17:59.097 [pool-49-thread-1] INFO  stryker4s.mutants.Mutator - 257 Mutant(s) generated.
15:17:59.473 [scala-execution-context-global-367] INFO  stryker4s.sbt.runner.SbtMutantRunner - Setting up mutated environment...

Now, I don't necessarily want to sit and wait for 257 runs. I'm curious about where they are applied - if some files are particularly influential for the amount of mutants, I could very well exclude them just to be able to get some result to start my manual mutation test evaluation from.

Perhaps it could something about what the plan looks like:

File                        Generated mutants
app.scala                   5
path/whatever/util.scala    19

at least when logLevel is Debug.

@cbrunnkvist cbrunnkvist changed the title More informative mutation plan feedback More informative mutation plan pre-run feedback Sep 30, 2020
@cbrunnkvist cbrunnkvist changed the title More informative mutation plan pre-run feedback More informative mutation pre-run feedback Sep 30, 2020
@hugo-vrijswijk
Copy link
Member

Thanks for creating this issue! I agree more and better information could be added. Logging the number of mutants per file should be relatively easy to add

@hugo-vrijswijk hugo-vrijswijk added feature good first issue Good for newcomers hacktoberfest Great issues to pick up for Hacktoberfest labels Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers hacktoberfest Great issues to pick up for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants