mitch
10/19/2023, 9:21 PMsam
10/20/2023, 2:21 AMsimon.vergauwen
10/20/2023, 7:00 AMI think there's a desire to not use Kotest assertions (instead power mock vs shouldBe)I think you saw that in a personal repo of mine that is participating in #hacktoberfest, there I am only swapping out assertions to use power-assert and I'm going to continue using Kotest for everything else (runners, test-containers, etc and props). I just wanted to give power-assert a try, and I couldn't get it to work with Kotest assertions. Another compiler plugin is not a good option for Kotest unless they're more stable 😅 I think due to
infix
Kotest assertions, and power-assert don't work together.Alejandro Serrano.Mena
10/20/2023, 8:09 AMcheckAll
is a very important piece in Arrow's testing, and this is not going away at any momentkotlin-test
, which is explicitly supported in those versions too