minutest
minutest copied to clipboard
Simple, Expressive, Extensible Testing for Kotlin on the JVM
It seems to be a one man show, it has been a while since the last commit and the Travis build is failing.
Version: `1.7.0` I was trying out the `dev.minutest.experimental.SKIP` feature and noticed that it looks like `deriveFixture`/`modifyFixture`/probably other pieces are executed for a nested context that is skipped. I was using...
Either tests with the same name, subcontexts with the same name, or a test with the same name as a subcontext. ``` @org.junit.jupiter.api.Test fun `names are unique within a context`()...