i dont want to add something to gradle that would fail on someone else's workstation there are working unit tests and gradle is happy with these. i cannot get kotlin-test or right click run <anything> from intellij
g
gildor
01/09/2020, 11:33 PM
Just add one resources source set.
Or alternatively, add .gitignore for your test data file explicitly
But anyway, test will fail if test data is not available, right?
j
jimn
01/10/2020, 4:06 AM
yes
i don't know enough about gradle or kotlintest to make either option finish building on test fail
i prefer not to test at all except if i add to intellij, however intellij refuses all of my attempts to see the package classpath if i add a new testdir