Hey everyone, this is more of an article for peopl...
# feed
g
Hey everyone, this is more of an article for people who are just starting out, but maybe experienced Kotliners can find something interesting in there as well: https://levelup.gitconnected.com/on-the-mysteries-of-kotlin-test-444cf094e69f
m
The very first point is why KotlinTest is renaming to Kotest. Reduce the confusion...
g
Yeah, I say signs of that in some of the commits but the last time I checked, it was still called KotlinTest - seems that just changed. Thanks for the heads up!
m
It's still in Beta, but I switched my projects over to Kotest as it's mostly a rename, and they kept most of the kotlintest package names to ease migration.
c
Thanks for that article!
👍 1