in my orm project i have some tests that i want to...
# kotest
c
in my orm project i have some tests that i want to run on multiple databases, and i created this helper for it: https://github.com/christophsturm/r2dbcfun/blob/main/src/test/kotlin/r2dbcfun/test/TestUtil.kt#L54 here is how its used: https://github.com/christophsturm/r2dbcfun/blob/main/src/test/kotlin/r2dbcfun/test/functional/RepositoryFunctionalTest.kt#L27 I wonder if there is a better way to write it. especially i would like to be able to run a single test again from idea.