exercism / kotlin-test-runner

GNU Affero General Public License v3.0
4 stars 11 forks source link

Allow running offline #29

Closed ErikSchierboom closed 2 years ago

ErikSchierboom commented 2 years ago

Closes https://github.com/exercism/kotlin-test-runner/issues/16

There's still work to do to get the results.json output the correct values, but the basics are there.

ErikSchierboom commented 2 years ago

@iHiD Could you approve?

ErikSchierboom commented 2 years ago

With this PR merged, the Kotlin test runner now works without networking. There is still the issue of it being too slow though. I'll open another issue and PR to discuss that.