Hi. Just accidentally discovered that StringSpec's...
# kotlintest
t
Hi. Just accidentally discovered that StringSpec's testContexts can call suspendable functions. That was awesome. One quick question. One small test has an
assertAll(Gen.string(), <http://Gen.int|Gen.int>())
call, which loses the context. I've temporarily wrapped the suspend call in a runBlocking, but any advice on how to address that?
s
Kotest 4 supports this
t
🙂 Gracias!