Prepared 1.3.1 is out! Prepared is our declarativ...
# opensavvy
c
Prepared 1.3.1 is out! Prepared is our declarative test framework that makes it much easier to declare tests, especially when using coroutines. In this version, we introduce several improvements to the Kotest runner: • Tests declared with Prepared are now automatically compatible with Kotest's Focus and Bang features, with fewer limitations than Kotest itself since these also work with arbitrary nesting. Thanks @dave08! • We have implemented a workaround for Kotest's crash when attempting to use test dispatchers on Kotlin/JS. Please get in touch if you notice any downsides. • Kotest features supported by Prepared are now documented. This version also improves a few areas of the documentation website: • #power-assert is now mentioned in the list of assertion libraries • Truthish is now mentioned in the list of assertion libraries • The warning about the inactivity of #strikt has been removed, since it was incorrect Learn moreChangelog
🎉 3