Nikolay Igotti mentioned that Ktor has its own tes...
# ktor
n
Nikolay Igotti mentioned that Ktor has its own testing infrastructure ( https://kotlinlang.slack.com/archives/C3SGXARS6/p1581939600402100?thread_ts=1581915720.390500&cid=C3SGXARS6 ). Is there a document/example that shows how Ktor is being tested (especially the Ktor Client library for the linuxX64 target)?
n
Already figured out how to do testing, which turns out to be straightforward for a Kotlin Native project targeting linuxX64 ( https://gitlab.com/kotlin-metrics/kmetrics-core ). Does Ktor Client have a test engine for Kotlin Native?