Kotest v4.1.2 Release Notes

Release Date: 2020-07-18 // over 3 years ago
  • ๐Ÿ›  Bugfix: Dkotest.tags.include= only takes into account @tags #1536 sksamuel
    ๐Ÿ›  Bugfix: Ensure exhaustive isn't build with an empty list #1549 Cleidiano Oliveira
    ๐Ÿ›  Bugfix: Add concurrent spec runner and fix sequential spec runner #1547 sksamuel
    ๐Ÿ›  Bugfix: Take into account range for IntShrinker and LongShrinker #1535 sksamuel
    ๐Ÿ”‹ Feature: Support expressions for tags as an alternative to include/exclude #863 sksamuel
    ๐Ÿ”‹ Feature: Expand some matchers to Iterable #1538 Leonardo Colman Lopes
    ๐Ÿ‘Œ Improvement: Add the ability to make parameter substitutions when executing http files #1560 Shane Lathrop
    ๐Ÿ‘Œ Improvement: Added xGiven / xWhen / xThen options to Behavior spec #1534 sksamuel
    ๐Ÿ‘Œ Improvement: Added nicer syntax for Test Containers sksamuel
    ๐Ÿ‘Œ Improvement: Restore context to describe #1565 sksamuel
    ๐Ÿ’ฅ Breaking Change: Updates method signature of assertSoftly to take object under test as argument Ashish Kumar Joy