Krystian Rybarczyk
12/01/2020, 4:22 PMtestImplementation(platform("org.junit:junit-bom:5.7.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
tests are not picked up by Gradle. Do Jupiter and Kotest not like one another?sam
12/01/2020, 4:22 PMKrystian Rybarczyk
12/01/2020, 7:44 PMsuspend
tests are not run by junit and I have to wrap them in runBlocking
(which is not ideal…). Thanks anyway! 🙂sam
12/01/2020, 7:45 PMKrystian Rybarczyk
12/02/2020, 12:07 PMsam
12/02/2020, 12:12 PMKrystian Rybarczyk
12/02/2020, 12:18 PMsam
12/02/2020, 12:27 PMKrystian Rybarczyk
12/02/2020, 12:30 PMsam
12/02/2020, 12:33 PMKrystian Rybarczyk
12/02/2020, 2:08 PMsam
12/02/2020, 3:03 PMKrystian Rybarczyk
12/02/2020, 3:28 PM