<@U0JM3NWM9> <@UMZEC369Y> Kotest Assertions are no...
# kotest
a
@akowal @Tesserakt Kotest Assertions are now available as separate module you can add them in your build file as. “io.kotestkotest assertions core4.0.0-BETA2” Separating the assertion module help users to use kotest framework independent of assertions
t
Thank you!
a
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
We can make a dependency which is batteries included
kotest-full-jvm
or something
We also discussed renaming assertions-core to assertions-matchers
r
A batteries included dependency would be nice