| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-17 | 3.6 kB | |
| v6.0.5 source code.tar.gz | 2025-11-17 | 15.8 MB | |
| v6.0.5 source code.zip | 2025-11-17 | 18.0 MB | |
| Totals: 3 Items | 33.9 MB | 0 | |
What's Changed
- Fix:
InstancePerLeaftests fail when a test leaf has siblings by @T45K in https://github.com/kotest/kotest/pull/5139 - fix(arrow): collect clues on failures by @RafeArnold in https://github.com/kotest/kotest/pull/5140
- add max timeout bounds to continually and retry by @alfonsoristorato in https://github.com/kotest/kotest/pull/5145
- Move
spring.boot.starter.webdependency fromjvmMaintojvmTest. by @sksamuel in https://github.com/kotest/kotest/pull/5146 - Remove uuid usage to fix JS on certain version of node by @sksamuel in https://github.com/kotest/kotest/pull/5150
- Remove periods from test names only at TCSM stage by @sksamuel in https://github.com/kotest/kotest/pull/5149
- Fix wasmJS support for browser tests by @sksamuel in https://github.com/kotest/kotest/pull/5148
- Fix PR workflow for windows by @sksamuel in https://github.com/kotest/kotest/pull/5151
- Expand behavior spec tags to given and when by @sksamuel in https://github.com/kotest/kotest/pull/5152
- update to kotlin 2.2.20 by @nhajratw in https://github.com/kotest/kotest/pull/5153
- update to gradle 9.1.0 by @nhajratw in https://github.com/kotest/kotest/pull/5158
- docs: Update Maven links and badges in Extensions docs by @noojung in https://github.com/kotest/kotest/pull/5173
- allow to verify if json schema prop is null (addresses [#5172]) by @alfonsoristorato in https://github.com/kotest/kotest/pull/5175
- allow to verify if Boolean property in jsonSchema is true or false (addresses [#5171]) by @alfonsoristorato in https://github.com/kotest/kotest/pull/5174
- fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by @renovate[bot] in https://github.com/kotest/kotest/pull/5179
- fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by @renovate[bot] in https://github.com/kotest/kotest/pull/5180
- fix-data-class-eq by @AlexCue987 in https://github.com/kotest/kotest/pull/5178
- Alex/reproduce race conditions (#5162) by @AlexCue987 in https://github.com/kotest/kotest/pull/5163
shouldBeEqualToUsingFieldswith different types by @alfonsoristorato in https://github.com/kotest/kotest/pull/5124- Fix pr builds by @tKe in https://github.com/kotest/kotest/pull/5187
- add
shouldBeEqualToDifferentTypeIgnoringFieldsby @alfonsoristorato in https://github.com/kotest/kotest/pull/5194 - Use deprecated overloads to highlight non-determinstic arbitrary usage by @tKe in https://github.com/kotest/kotest/pull/5186
- chore: fix master builds by @tKe in https://github.com/kotest/kotest/pull/5198
- make shouldCompile/shouldNotCompile support multiple files by @mirror-kt in https://github.com/kotest/kotest/pull/5182
- Make
SpringExtensionopen and introduce variants by @sksamuel in https://github.com/kotest/kotest/pull/5195 - Support duplicated spec names in separate packages for KSP by @sksamuel in https://github.com/kotest/kotest/pull/5197
- Skip modules in PR on !linux when JVM only by @sksamuel in https://github.com/kotest/kotest/pull/5199
- use atLeast and atMost for Double (#5191) by @AlexCue987 in https://github.com/kotest/kotest/pull/5192
- Fix StackOverflowError on cyclic maps/collections (fixes [#5105]) by @sksamuel in https://github.com/kotest/kotest/pull/5154
New Contributors
- @RafeArnold made their first contribution in https://github.com/kotest/kotest/pull/5140
- @mirror-kt made their first contribution in https://github.com/kotest/kotest/pull/5182
Full Changelog: https://github.com/kotest/kotest/compare/6.0.4...v6.0.5