I bumped to 6.0.0.M8, and now `import io.kotest.da...
# kotest
o
I bumped to 6.0.0.M8, and now
import io.kotest.data.*
is missing. Is there a new package for data-driven testing?
e
It’s been merged into the regular framework module. No need extra dependency should be needed
o
These two packges I have:
Copy code
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
still not included
Is
engine
the regular framework module?
e
Iirc, yeah
o
I am afraid it is not in the engine package nor
io.kotest:kotest-assertions-table
is published, I would expect all packages conventionally published like
-core
but apparently it is not, what do you think?
It is under
-table
package that’s for sure, but not found on maven
p
is
nmcpAggregation(projects.kotestAssertions.kotestAssertionsTable)
missing in the build.gradle.kts?
o
@phldavies as far as I can see, yes. it is missing