Skip to content

kotest/kotest-extensions-pitest

Repository files navigation

kotest-extensions-pitest

Kotest extension for mutation testing using Pitest.

See docs.

Please create issues on the main kotest board.

Build Status GitHub kotest @ kotlinlang.slack.com

Changelog

1.2.0

  • Minimum Pitest version is now 1.9.0.
  • Confirmed to work with Pitest versions up to and including 1.11.0

1.1.0

  • Updated for Kotest 5.x. Now requires Kotlin 1.6

1.0.1

  • Pitest dependency is now compileOnly. It must be added by the user.

1.0.0

  • Migrated from the main Kotest repo into a standalone top level repo.