Is `withData` not supported under StringSpec? <htt...
# kotest
g
Is
withData
not supported under StringSpec? https://kotest.io/docs/framework/datatesting/data-driven-testing.html Also are these fully removed in 6.0?
Copy code
import io.kotest.data.forAll
import io.kotest.data.row
If yes, where can I find the migration guide for
StringSpec
tests?
s
I have updated the 6.0 migration guide to include this, thanks for the feedback!
g
Thanks, @sam. Where can I find the migration guide? Is it published?
s
anything missing please let me know and I'll update it !
👍🏼 1
o
I do not understand at all why
withData
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.