Files
gh-jeremylongshore-claude-c…/skills/mutation-test-runner/scripts/README.md
2025-11-30 08:23:18 +08:00

441 B

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.