Sam

Results 623 comments of Sam

There's subtle nomenclature at play here. The `finalizeSpec` method is indeed only invoked once. However, you are not overriding a method here, but adding a fresh lambda each time the...

> @sksamuel I think the confusing part is this bit of the documentation _(regarding `finalizeSpec`)_: > > > Regardless of how many times the spec is instantiated, for example, if...

I was trying to make it so we can ditch the entire concept of test / container but then I realized we need this in order to make isolation modes...

@OliverO2 I think you could branch from this for the basis of the unbundling.

> > @OliverO2 I think you could branch from this for the basis of the unbundling. > > @OliverO2 @sksamuel what is the status of this pr? This will be...

The one that springs to mind is that TimeSource went stable so we can use that, but it's not a huge deal. If Kotest 5.8 works with 1.9.x then happy...

@jsalinaspolo is this an open source project I can use for testing ?

I mean do you have a project with the plugin applied. Or even your gradle build file.