Is it possible to replace or disable kotlin-test if you want to use a different test framework? I’m trying to implement support for Spek on Kotlin/Native, but any test source set gets kotlin-test automatically. I’ve tried adding my own
main()
in the test source set but kotlin-native is still used
o
olonho
02/02/2019, 9:42 AM
Just compile your tests as if they were regular programs.
c
charleskorn
02/02/2019, 9:43 AM
So I can't use the standard test source set and should instead create my own?
o
olonho
02/02/2019, 10:35 AM
Yep
c
charleskorn
02/02/2019, 11:11 AM
Are there any plans to make it easier to use other test frameworks in place of kotlin-test?
o
olonho
02/02/2019, 3:59 PM
Not immediately, it doesn’t look like high priority to us