noticing some weird scoping of results: the follow...
# kotlintest
b
noticing some weird scoping of results: the following test class:``` class ScopeTest : ShouldSpec() { override fun isolationMode(): IsolationMode? = IsolationMode.InstancePerLeaf init { "scope1" { "scope2" { should("scope3") { } should("scope4") { } } } } ```
shows up like this when using the kotlintest runner
if i delete that run configuration and use the junit runner, it looks correct
s
That’ll be a bug in the kotlintest plugin
I assume that’s what you’re using in a ?
b
yeah
s
can you make a ticket
b
sure
s
ty