Sam
Sam
I'd like to also have property testing become more of a first class citizen in kotest, but we need to find a way to make that work without meaning property...
PR would be welcome.
This would be neat but I fear the implementation would be very complex. It's already tricky enough to support the three isolation modes just at the top level.
Going to close because implementation of this is too complicated with edgecases.
What I'd like to do is have different release cadences for the project. On Wed, 24 May 2023 at 05:11, Adam ***@***.***> wrote: > Could https://github.com/martinbonnin/vespene help with publishing? >...
I think the points others raised here have convinced me to keep it together. And once we disable classgraph scanning by default in 6.0, the test suite will be way...
So the basic idea is to allow test factories to be added inside other nested tests ?
This is actually as expected. The nested tests are not evaluated until the outer tests are executed, so it can't know what tags are being registered later. That exists in...
Do you mean in the gradle ouptut or in the junit xml reports?
@JavierSegoviaCordoba