Where may I find information on Kotest support for...
# kotest
j
Where may I find information on Kotest support for coroutines?
l
Kotest supports coroutines out of the box, is there any specific concern you're thinking about?
j
Sounds like there aren't any docs. I am most interested in knowing if there are noteworthy considerations when using coroutines within tests using Kotest. Can you point me to where in the source-code I can find anything related to this?
l
I've never bumped into any issues so far. @sam do you know this?
s
@julian There isn't anything special about the coroutine usage in kotest. I can add some docs to clarify if you have areas of particular interest. Essentially, each test is called in its own coroutine.
j
Thanks @sam!
each test is called in its own coroutine
That's probably all I need to know.
s
Ok cool. Anymore questions let me know.
🙏 1