Good evening! Does Kotest have a default test filter? I've updated from 4.6 to 5.3 and now a test cl...
r
Good evening! Does Kotest have a default test filter? I've updated from 4.6 to 5.3 and now a test class named
ConfigTest
is being run as part of my integration tests. I have no explicit test filter in gradle telling it to pick up
*Config*
as part of the integration test task, so I'm at a complete loss as to why this is happening after updating Kotest.
s
Kotest should run all classes that extend a Spec in the source set.