DrewCarlson / mobius.kt

Kotlin Multiplatform framework for managing state evolution and side-effects
https://drewcarlson.github.io/mobius.kt/
Apache License 2.0
65 stars 3 forks source link

Add kotest assertions module #251

Closed DrewCarlson closed 4 months ago

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.41%. Comparing base (2601539) to head (f5102d4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #251 +/- ## ======================================= Coverage 77.41% 77.41% ======================================= Files 8 8 Lines 93 93 Branches 18 18 ======================================= Hits 72 72 Misses 12 12 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DrewCarlson commented 4 months ago

(this was just an API sketch and doesn't work as intended)

I'm finding Kotest to be generally broken and not useful in a lot of KMP situations in both my full-time work project and a personal project. Really don't have any positive thoughts on it other than the API surface. If there is any demand from others in the future I'll consider accepting a pull request for such a module to replace the existing test utilities.