Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:18 +08:00
commit 0da58a18e5
11 changed files with 640 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.