what's the most straight-forward way to do unit tests with kotlin (non-android standalone app)? preferably with a low dependency footprint. I tried doing spek and following its guides, but after installing a bunch of things including the idea plugin, it's still not running properly w/ idea
j
jk
11/25/2017, 1:38 AM
Spek and the idea plugin is working well for me - have you tried asking in #spek?
s
satejs
11/27/2017, 8:51 AM
Hey, I've gotten it working for a server side Kotlin project. Let me know how I can help
t
tmseiler
11/28/2017, 12:43 AM
I did finally get spek working okay, but I'm having trouble running multiple specs at once with the plugin (I asked this in #spek too)
tmseiler
11/28/2017, 12:43 AM
in the run configuration, there's an option to run an entire package, but for some reason it isn't letting me select it or even fill out the path field