You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Simon, I created a PR with an example. I will continue with the rest of the tests if it's the right direction.
However, some assertions are still better in kotest, such as .shoulfBeRight. I would keep the assertions from kotest that also extract a value.
Here is an example result:
Rationale: https://jamesward.com/2023/09/20/asserttrue_test_dsls_legacy/
https://github.com/bnorm/kotlin-power-assert
Kotest
shouldBe
is not compatible with the required signature of power-assert, so we should refactor tokotlin.test
.The text was updated successfully, but these errors were encountered: