I'd suppose that it isn't so easy to use test ball...
# testballoon
d
I'd suppose that it isn't so easy to use test balloon to test kotlin scripts since it depends on gradle?
o
TestBalloon itself tests Kotlin Gradle scripts in its integration-test module (see here for some explanations). Whether it's easy to do things like this depends on one's goals, the test framework, and on Gradle expertise. So TestBalloon may make is easier, but there are other factors.
d
The goal is testing command line scripts w/o making a whole gradle project out of it. But I admit that my knowledge of gradle is pretty basic... only the daily encounters I've had with full-fledged projects. So I'd suppose the answer is no in my case... 😞. I guess command lines should test command lines and that's it...