We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Assume:
Scenario:
The user would like to reset the alive mutants reported after 2019-09-11, 17.00, but keep the alive mutants from from 8.00 to 17.00.
Problem:
By resetting all alive mutants, 50% of the work performed 2019-09-11 between 8.00 to 17.00 gets lost..
Suggestion:
Add a feature to let the user specify mutants using a time interval (e.g., reset all alive mutants after the test envrionment started to fail).
Example:
dextool mutate admin --mutant lcr --operation resetMutant --status alive --from 2019-09-10 17:00:00
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Assume:
Scenario:
The user would like to reset the alive mutants reported after 2019-09-11, 17.00, but keep the alive mutants from from 8.00 to 17.00.
Problem:
By resetting all alive mutants, 50% of the work performed 2019-09-11 between 8.00 to 17.00 gets lost..
Suggestion:
Add a feature to let the user specify mutants using a time interval (e.g., reset all alive mutants after the test envrionment started to fail).
Example:
The text was updated successfully, but these errors were encountered: