Kotlin / kotlinx-kover

Apache License 2.0
1.25k stars 46 forks source link

Try to bring back the use of Gradle TestKit in functional tests #568

Open shanshin opened 2 months ago

shanshin commented 2 months ago

Using TestKit allows to run tests more flexible, download an arbitrary distribution from the network.

This can help to implement running combinations of tests.