8 lines
441 B
Markdown
8 lines
441 B
Markdown
# Scripts
|
|
|
|
Bundled resources for mutation-test-runner skill
|
|
|
|
- [ ] mutation_runner.py: Executes mutation tests using a specified framework (Stryker, PITest, mutmut, Mutant) and parses the results.
|
|
- [ ] mutation_analyzer.py: Analyzes the mutation test results to identify weak coverage areas and suggest improvements.
|
|
- [ ] test_selector.py: Selects the most relevant tests to run based on the mutations introduced, optimizing testing time.
|