Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-31 | 4.0 kB | |
v6.0.0.M3 source code.tar.gz | 2025-03-31 | 14.4 MB | |
v6.0.0.M3 source code.zip | 2025-03-31 | 16.5 MB | |
Totals: 3 Items | 30.8 MB | 1 |
What's Changed
- Update genslist.md - fix docs for positive/negative numeric Arbs by @AlexCue987 in https://github.com/kotest/kotest/pull/4775
- dont add implicit nulls if an explicit arb is used. fixes [#4723] by @Kantis in https://github.com/kotest/kotest/pull/4774
- Update TestCase.kt by @Kantis in https://github.com/kotest/kotest/pull/4776
- Added test for kotest system properties by @sksamuel in https://github.com/kotest/kotest/pull/4770
- Update .gitignore - ignore kotest.log by @AlexCue987 in https://github.com/kotest/kotest/pull/4778
- Delete kotest-runner/kotest-runner-junit5/kotest.log by @AlexCue987 in https://github.com/kotest/kotest/pull/4777
- Update extra_arbs.md - fix typo by @AlexCue987 in https://github.com/kotest/kotest/pull/4779
- Update genslist.md - fix docs for localDate by @AlexCue987 in https://github.com/kotest/kotest/pull/4790
- document Arb.localDateTime(minLocalDateTime, maxLocalDateTime) by @AlexCue987 in https://github.com/kotest/kotest/pull/4801
- Update dependency io.projectreactor.tools:blockhound to v1.0.11.RELEASE by @renovate in https://github.com/kotest/kotest/pull/4798
- add Arb.localTime(startTime, endTime) by @AlexCue987 in https://github.com/kotest/kotest/pull/4792
- Update dependency io.mockk:mockk to v1.13.17 by @renovate in https://github.com/kotest/kotest/pull/4797
- add Arb.slice (#4794) by @AlexCue987 in https://github.com/kotest/kotest/pull/4795
- add Arb.plusEdgecases by @AlexCue987 in https://github.com/kotest/kotest/pull/4803
- Fix typo in matchers.md by @lucapette in https://github.com/kotest/kotest/pull/4805
- Update data_driven_testing.md by @FyiurAmron in https://github.com/kotest/kotest/pull/4806
- make-shouldNotThrowExactlyUnit-compatible-with-assertSoftly (#4808) by @AlexCue987 in https://github.com/kotest/kotest/pull/4809
- Fix system properties for project config lookup by @sksamuel in https://github.com/kotest/kotest/pull/4823
- Add hash code matchers documentation by @LeoColman in https://github.com/kotest/kotest/pull/4819
- Additional info about future failure cause in shouldNotBeCompletedExceptionally by @Reversean in https://github.com/kotest/kotest/pull/4815
- Replace deprecated todayAt with todayIn by @metters in https://github.com/kotest/kotest/pull/4820
- Enabling tests on macOS, unless we are running CI by @Kantis in https://github.com/kotest/kotest/pull/4818
- Nullable receivers for Boolean matchers by @JordanLongstaff in https://github.com/kotest/kotest/pull/4807
- Add assertion error message by @belljun3395 in https://github.com/kotest/kotest/pull/4810
- Make extensions usage more explicit by @sksamuel in https://github.com/kotest/kotest/pull/4825
- Move test containers into top level repo by @sksamuel in https://github.com/kotest/kotest/pull/4773
- Only run test containers tests on linux in github actions by @sksamuel in https://github.com/kotest/kotest/pull/4826
- Improve documentation in TypeMatchers.kt by @LeoColman in https://github.com/kotest/kotest/pull/4824
- update kotlin to 2.1.20 by @nhajratw in https://github.com/kotest/kotest/pull/4816
- Provide spec level scope for launching coroutines by @sksamuel in https://github.com/kotest/kotest/pull/4830
- Use manual durations for team city outputs by @sksamuel in https://github.com/kotest/kotest/pull/4831
- Added disabledIf by @sksamuel in https://github.com/kotest/kotest/pull/4829
- Some launcher cleanup by @sksamuel in https://github.com/kotest/kotest/pull/4832
New Contributors
- @lucapette made their first contribution in https://github.com/kotest/kotest/pull/4805
- @FyiurAmron made their first contribution in https://github.com/kotest/kotest/pull/4806
- @metters made their first contribution in https://github.com/kotest/kotest/pull/4820
- @belljun3395 made their first contribution in https://github.com/kotest/kotest/pull/4810
- @nhajratw made their first contribution in https://github.com/kotest/kotest/pull/4816
Full Changelog: https://github.com/kotest/kotest/compare/V6.0.0.M2...v6.0.0.M3