Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kotest/kotest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.2
Choose a base ref
...
head repository: kotest/kotest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.3
Choose a head ref
  • 16 commits
  • 136 files changed
  • 4 contributors

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    a753888 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. document-shouldContainInOrder (#5640) (#5641)

    document edge cases for shouldContainInOrder and add tests for them
    AlexCue987 authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    85acd38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ec182 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. Filter out abstract classes if passed to the engine (#5646)

    Fixes #5635
    
    <!-- 
    If this PR updates documentation, please update all relevant versions of
    the docs, see:
    https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
    The documentation at
    https://github.com/kotest/kotest/tree/master/documentation/docs is the
    documentation for the next minor or major version _TO BE RELEASED_
    -->
    sksamuel authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    f707ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f00a1d View commit details
    Browse the repository at this point in the history
  3. add shouldContainInOrderWithoutOverlaps (#5649)

    add `shouldContainInOrderWithoutOverlaps`
    AlexCue987 authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    f3a8119 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Fix hangs with nested runTest (#5655)

    Add a wasm test module to confirm tests complete.
    Fix a couple of warnings.
    Fix the snapshots maven location for new central.
    sksamuel authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    82977c6 View commit details
    Browse the repository at this point in the history
  2. Flatten nested test output in TeamCity for Native (#5643)

    Native output doesn't support nested tests. This doesn't matter for
    kotlin.test because they're not nested.
    So for Kotest we need to flatten output so each test "looks like its a
    root test".
    
    Fixes #5181
    Fixes #5101
    sksamuel authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    c37401d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. Add option to gradle plugin to configure power assert (#5657)

    Closes #5656
    
    <!-- 
    If this PR updates documentation, please update all relevant versions of
    the docs, see:
    https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
    The documentation at
    https://github.com/kotest/kotest/tree/master/documentation/docs is the
    documentation for the next minor or major version _TO BE RELEASED_
    -->
    sksamuel authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    3df97b9 View commit details
    Browse the repository at this point in the history
  2. Added test for #5639

    sksamuel committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    48d8a21 View commit details
    Browse the repository at this point in the history
  3. Adding forAll functions for rows with 11 to 22 elements (#5661)

    <!-- 
    If this PR updates documentation, please update all relevant versions of
    the docs, see:
    https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
    The documentation at
    https://github.com/kotest/kotest/tree/master/documentation/docs is the
    documentation for the next minor or major version _TO BE RELEASED_
    -->
    NersesAM authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    3f52819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef710ea View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Added more tests for #5639

    sksamuel committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    b2b9fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    643f5ff View commit details
    Browse the repository at this point in the history
  3. Fix source ref lookup for data tests (#5663)

    Fixes #5662
    
    <!-- 
    If this PR updates documentation, please update all relevant versions of
    the docs, see:
    https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
    The documentation at
    https://github.com/kotest/kotest/tree/master/documentation/docs is the
    documentation for the next minor or major version _TO BE RELEASED_
    -->
    sksamuel authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    2c31387 View commit details
    Browse the repository at this point in the history
  4. SpringExtension now supports test class inheritance (#5667)

    <!-- 
    If this PR updates documentation, please update all relevant versions of
    the docs, see:
    https://github.com/kotest/kotest/tree/master/documentation/versioned_docs
    The documentation at
    https://github.com/kotest/kotest/tree/master/documentation/docs is the
    documentation for the next minor or major version _TO BE RELEASED_
    -->
    # Context
    #5666
    
    # Changes
    - `applyExtensions` now searches for both annotations and superclasses
    - Added small Spring test to test for `SpringExtension` being applied to
    the superclass
    rei-paypay authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    d5aa13e View commit details
    Browse the repository at this point in the history
Loading