I’ve been doing a bit of coroutines experimentatio...
# minutest
d
I’ve been doing a bit of coroutines experimentation. How does https://github.com/dmcg/minutest/blob/master/core/src/test/kotlin/dev/minutest/examples/experimental/CoroutinesExampleTests.kt look @dave08, @Uberto Barbini?
I suspect though that in many cases the subject under test is going to depend on the coroutine context, which means that we’re going to want to make it part of the fixture so it can be initialised in the context?
u
It's pretty nice!
d
It's a nice start 🙂, but I'd actually have to use it to be able to say for sure... thanks for thinking about this!
d
Please do let me know - if the abstraction works in practice I’m happy to roll it into Minutest