Seems `withData` test cases don’t trigger `beforeE...
# kotest-contributors
e
Seems
withData
test cases don’t trigger `beforeEach`/`afterEach`. Feels a bit counter-intuitive to me. It doesn’t feel completely covered by the docs either, https://kotest.io/docs/framework/lifecycle-hooks.html IMO dynamic tests are a subset of
TestType.Test
and it feels wrong that they are not included in the lifecycle hooks that affect
TestType.Test.
. Is this the wrong way to look at it?
s
Yeah I think we should support it
👍 1
119 Views