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: mockk/mockk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.14
Choose a base ref
...
head repository: mockk/mockk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.13.16
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 3, 2025

  1. Fix( Issue #1073): Bug fix for the issue with mocking value classes w…

    …ith coEvery.
    
    Enable few disabled tests for support nested value classes (issue: 859)
    Kishore Padhi committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    2ddd49d View commit details
    Browse the repository at this point in the history
  2. Used Kotlin class comparison instead of name comparison

    Kishore Padhi committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    580c1d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Used Result.success("") for Kotlin class comparison instead of string…

    … name comparison
    Kishore Padhi committed Jan 4, 2025
    Configuration menu
    Copy the full SHA
    f602f77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1332 from kpadhiamex/1073-fix-issue-with-mocking-…

    …value-classes-with-coEvery
    
    Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEvery
    Raibaz authored Jan 4, 2025
    Configuration menu
    Copy the full SHA
    59d8d16 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Version bump

    Raibaz committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    9d151cb View commit details
    Browse the repository at this point in the history
Loading