Kotest v3.1.6 Release Notes

    • โœ… Specs now support co-routines #332
    • Extension function version of inspectors.
    • Inspectors for arrow NonEmptyLists
    • ๐Ÿ†• New style of data driven tests with parameter name detection
    • ๐Ÿ’… Extension function style of assert all for property testing
    • โšก๏ธ Updated string matchers to show better error when input is null or empty string
    • ๐Ÿ‘ Allow nullable arguments to more matcher functions. #350
    • โž• Added extension functions for table tests #349