Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 4.3 kB | |
v6.0.0.M5 source code.tar.gz | 2025-07-08 | 14.4 MB | |
v6.0.0.M5 source code.zip | 2025-07-08 | 16.5 MB | |
Totals: 3 Items | 30.9 MB | 4 |
What's Changed
- Update Kotlin to 2.2.0-Beta2 by @nhajratw in https://github.com/kotest/kotest/pull/4868
- Update gens.md - fix misleading statement by @AlexCue987 in https://github.com/kotest/kotest/pull/4872
- Fix the compiler plugin to generate correct files by @JesusMcCloud in https://github.com/kotest/kotest/pull/4871
- Compiler assertions improvements by @0x746143 in https://github.com/kotest/kotest/pull/4874
- Update core.md - add missing word by @AlexCue987 in https://github.com/kotest/kotest/pull/4878
- Update dependency gradle to v8.14.1 by @renovate in https://github.com/kotest/kotest/pull/4881
- Change 'clues' phrasing to match code example by @davidmrz in https://github.com/kotest/kotest/pull/4885
- update kotlin & gradle by @nhajratw in https://github.com/kotest/kotest/pull/4902
- add haveContentTypeMatching matcher by @tKe in https://github.com/kotest/kotest/pull/4890
- EqualToComparingFields: do-not-cast-null-to-collection by @AlexCue987 in https://github.com/kotest/kotest/pull/4867
- update to ktor 3.x, remove TestApplicationResponse assertions by @tKe in https://github.com/kotest/kotest/pull/4891
- refactor: avoid requiring
<Nothing>
on container extensions by @tKe in https://github.com/kotest/kotest/pull/4877 - Update arrow-kt monorepo to v2.1.2 by @renovate in https://github.com/kotest/kotest/pull/4880
- docs: Fix a trivial double-space typo by @sschuberth in https://github.com/kotest/kotest/pull/4904
- feat: Add KoinPropTestListener for Property-Based Testing by @belljun3395 in https://github.com/kotest/kotest/pull/4899
- docs(schema): Move limitations to a separate section by @sschuberth in https://github.com/kotest/kotest/pull/4906
- Support reflective binding of java classes by @Kantis in https://github.com/kotest/kotest/pull/4907
- Fixes the WIP version in version selector dropdown in docs by @Kantis in https://github.com/kotest/kotest/pull/4908
- Add KSP processor to replace compiler plugin by @sksamuel in https://github.com/kotest/kotest/pull/4913
- fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.13.release by @renovate in https://github.com/kotest/kotest/pull/4910
- Removing explicit call to Gradle wrapper wrapper-validation by @Kantis in https://github.com/kotest/kotest/pull/4917
- Implement console renderer for native tests; remove TCSM fallback by @sksamuel in https://github.com/kotest/kotest/pull/4919
- conditional publication enabled based on runner, to deal with sharded… by @Kantis in https://github.com/kotest/kotest/pull/4918
- publishing to new maven central using nmcp plugin by @Kantis in https://github.com/kotest/kotest/pull/4915
- updating koin extension docs for 6.0 by @Kantis in https://github.com/kotest/kotest/pull/4920
- Updating 6.0 docs with a note about the changed extension groupId by @Kantis in https://github.com/kotest/kotest/pull/4921
- Restore instance per leaf and test; simplify spec execution scopes by @sksamuel in https://github.com/kotest/kotest/pull/4916
- Update PR.yml by @Kantis in https://github.com/kotest/kotest/pull/4926
- bump koin to 4.0 and add wasm publication by @Kantis in https://github.com/kotest/kotest/pull/4924
- Simplify test container usage for kotest 6 by @sksamuel in https://github.com/kotest/kotest/pull/4925
- Remove IterableEq and check for collections and arrays directly by @sksamuel in https://github.com/kotest/kotest/pull/4855
- Remove compiler plugin by @sksamuel in https://github.com/kotest/kotest/pull/4927
- Preventing massive CI build queue by @Kantis in https://github.com/kotest/kotest/pull/4929
- add inline to
should
andshouldNotBeNull
by @tKe in https://github.com/kotest/kotest/pull/4928 - Enable coroutineTestScope on js and wasmJs by @fhilgers in https://github.com/kotest/kotest/pull/4813
New Contributors
- @JesusMcCloud made their first contribution in https://github.com/kotest/kotest/pull/4871
- @0x746143 made their first contribution in https://github.com/kotest/kotest/pull/4874
- @davidmrz made their first contribution in https://github.com/kotest/kotest/pull/4885
- @fhilgers made their first contribution in https://github.com/kotest/kotest/pull/4813
Full Changelog: https://github.com/kotest/kotest/compare/v6.0.0.M4...v6.0.0.M5