Skip to content

kotlinx-coroutines-test modules #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pull-vert opened this issue Apr 18, 2018 · 0 comments
Closed

kotlinx-coroutines-test modules #336

pull-vert opened this issue Apr 18, 2018 · 0 comments

Comments

@pull-vert
Copy link

pull-vert commented Apr 18, 2018

It would be nice to have separate modules dedicated to Tests, so external libraries can use it to test Coroutines by importing it like this in gradle (example for jvm) :
testCompile "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinx_coroutines_version"

This module would provide TestBase class, containing runTest builder and useful methods to track good execution in coroutines.

A MPP would be perfect (common, js and jvm, and why not native too).

Edit : it would be nice if this module can include TestCoroutineContext too (#297)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant