Skip to content

kotest/kotest-extensions-pitest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ec3f850 · Oct 1, 2024

History

59 Commits
Oct 1, 2023
Feb 2, 2023
Oct 1, 2024
Feb 5, 2023
Apr 19, 2021
Feb 2, 2023
Apr 19, 2021
Feb 5, 2023
Sep 1, 2023
Apr 19, 2021
Aug 15, 2024
Aug 15, 2024
Feb 2, 2023
Jul 7, 2022

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.