ryanw-mobile / GMap2ICal

Kotlin Compose for Desktop App. Convert Google Maps timeline to ICS for Calendar import
Apache License 2.0
27 stars 0 forks source link

Phase out Kotest #215

Open ryanw-mobile opened 1 month ago

ryanw-mobile commented 1 month ago

Kotest introduced many unwanted inconveniences and technical problems in other projects, and we have gradually fallen back to the standard JUnit runner and assertions.

In case this project will be revamped, the tests have to be converted so that we can still run the tests as we change the implementation.