bnorm / kotlin-power-assert

Kotlin compiler plugin to enable diagrammed function calls in the Kotlin programming language
Apache License 2.0
581 stars 15 forks source link

Convert to internal Kotlin compiler test framework #100

Closed bnorm closed 7 months ago

christophsturm commented 1 year ago

what is the goal of this PR?

bnorm commented 1 year ago

what is the goal of this PR?

While it's going to require a lot of work to get things right, the internal test framework within Kotlin seems to be a lot more powerful than kotlin-compile-testing. I'm hopeful I can provide some feedback as well to make the framework easier to use by other projects.