dumb question maybe...i want to help contribute bu...
# ktor
t
dumb question maybe...i want to help contribute but is there a guideline on "how to get started" or something similar? i want to tackle an issue in
kt-server-core
but am not 100% sure how to test my changes...is there a way to bundle this so i can test?
a
Depending on what functionality you want to test, you can use the test engine: https://ktor.io/servers/testing.html#testengine
t
ah ok cool!