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
Arrow is migrating from the Kotest Multiplatform plugin to Kotlin-test,
not because we don't love Kotest but because Arrow wants to support experimental targets like wasm and be buildable and testable with Kotlin EAP & DEV version such that we can help the Kotlin team prevent regression. We're continue using Kotest property testing, and Kotest assertions.
Arrow needs the help of the community to do this, and the Arrow maintainers will be more than happy to help you through the progress.
This ticket requires following changes in ParZip5Test.kt. Here is a small list of things to do:
Fork & clone the Arrow repository
Checkout the arrow-2 branch and create a new branch from it.
Replace all tests with shape "name of test {" to camelCase/dromedaryCase @Test fun nameOfTest() = runTest { in the test class
Remove StringSpec as the super class from the test class
Run ./gradlew spotlessApply
Commit your changes, and push the new branch to your repo
Create a PR on the Arrow repository from your branch targetting arrow-2.
Arrow really appreciates all the help, and looks forward to a bright future together in Kotlin :party:
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Arrow is migrating from the Kotest Multiplatform plugin to Kotlin-test,
not because we don't love Kotest but because Arrow wants to support experimental targets like wasm and be buildable and testable with Kotlin EAP & DEV version such that we can help the Kotlin team prevent regression. We're continue using Kotest property testing, and Kotest assertions.
Arrow needs the help of the community to do this, and the Arrow maintainers will be more than happy to help you through the progress.
This ticket requires following changes in
ParZip5Test.kt
. Here is a small list of things to do:arrow-2
branch and create a new branch from it."name of test {"
to camelCase/dromedaryCase@Test fun nameOfTest() = runTest {
in the test classStringSpec
as the super class from the test class./gradlew spotlessApply
arrow-2
.Arrow really appreciates all the help, and looks forward to a bright future together in Kotlin :party:
Thanks in advance!
The text was updated successfully, but these errors were encountered: