Emil Kantis
04/07/2022, 10:41 AMwithData
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?sam
04/17/2022, 10:25 PM