Hello! I'm having a bit of an issue registering dy...
# kotest
r
Hello! I'm having a bit of an issue registering dynamic tests after upgrading to kotest 5.x.x. I'm abusing delegates for a nicer testing DSL which worked fine previously (although gross), however now
registerTest
just blocks endlessly. I've thrown together a simple working example and a reproduction. Has there been any significant changes to test registration between 4.x.x and 5.x.x?
s
Yep that stuff was changed a lot. You might have some coroutine / thread locks. Can you share code.
r
That's what I was thinking since we don't have suspending properties / I'm using
runBlocking
within the delegate (which just happened to work prior). The above links should be complete examples, is there anything particular you were wanting me to share?