Skip to contents

muttest 0.3.0

  • 🐛 Added missing digest and tools to Imports.

muttest 0.2.1

CRAN release: 2026-06-24

  • Update treesitter queries to work with treesitter >= 1.3.0.

muttest 0.2.0

CRAN release: 2026-05-14

muttest 0.1.0

CRAN release: 2025-05-30

  • ✨ Create a testing plan with plan.
  • ✨ Run mutation testing with muttest.
  • ✨ Support mutating operators with operator.
  • ✨ Control copying project to temporary directory with CopyStrategy:
    • PackageCopyStrategy implemented for copying package files.
  • ✨ Control test execution for each mutant with TestStrategy:
    • FullTestStrategy for running all tests for each mutant.
    • FileTestStrategy for running only test files matching mutant files.
  • ✨ See test results with MutationReporter.
    • ProgressMutationReporter for printing progress to the console.