@akowal@Tesserakt Kotest Assertions are now available as separate module you can add them in your build file as.
“io.kotest:kotest-assertions-core:4.0.0-BETA2”
Separating the assertion module help users to use kotest framework independent of assertions
t
Tesserakt
03/10/2020, 10:21 AM
Thank you!
a
akowal
03/10/2020, 10:32 AM
Even though I see benefits of modularity, I would still prefer to be able to include all Kotest core functionality as a single dependency.
I consider assertions/matchers to be an essential part of testing framework, and it will be used in most cases. It's only a small portion of use cases that would need to combine parts of different frameworks to achieve their very specific goals.
s
sam
03/10/2020, 1:25 PM
We can make a dependency which is batteries included
kotest-full-jvm
or something
We also discussed renaming assertions-core to assertions-matchers