Gopal S Akshintala
08/21/2025, 10:00 AMwithData
not supported under StringSpec? https://kotest.io/docs/framework/datatesting/data-driven-testing.html
Also are these fully removed in 6.0?
import io.kotest.data.forAll
import io.kotest.data.row
If yes, where can I find the migration guide for StringSpec
tests?Piotr Krzemiński
08/21/2025, 12:27 PMsam
08/22/2025, 5:17 AMGopal S Akshintala
08/22/2025, 5:40 AMsam
08/22/2025, 6:02 AMsam
08/22/2025, 6:02 AMOlaf Gottschalk
08/25/2025, 11:22 AMwithData
is now an extension on specific spec types. This duplicates code and makes it impossible to just write extension functions on ContainerScope
and do something useful in there. I really do not understand why this was done.