Emil Kantis
Emil Kantis
@javolek it should not be the case that the wrong TestContext is used. Kotest creates a TestContextManager per Spec and stores it as a Coroutine context element, meaning it'll follow...
`java.lang.ClassNotFoundException: org.opentest4j.TestAbortedException` means that opentest4j is not on your classpath. It suggests that your dependency configuration is broken. Can you share your build setup?
What actual diff do you wish to see here? assuming `listOf("foo") shouldHaveSize 2` fails, what is a meaningful _diff_?
@solonovamax do you want to work on adding this?
The set of numbers in `-1e34f..1e34f` is approximately 0.01% of all numbers in `Float.MIN_VALUE .. Float.MAX_VALUE`. Since all numbers have an equal probabilty of being drawn (as it stands), there's...
> That's not an exact replication of my experiment Fair enough 🙂 @myuwono what's your thoughts on changing this?
Looks like this one needs to wait until we stop supporting 223 ☹️
You can easily configure the test itself to repeat N times.
Do you want to do it for _all_ tests, or a particular test? For a particular test, you add `.config(invocations = N)` to the test itself. Like: ```kotlin "Value provided...
Upgrading jupyter to [0.12.0.217](https://github.com/Kotlin/kotlin-jupyter/releases/tag/0.12.0.217) should unblock upgrading kotest-assertions now. https://github.com/Kotlin/kotlin-jupyter/issues/452 was fixed in https://github.com/Kotlin/kotlin-jupyter/commit/e6a2dc14b8565a6ba2c6ce17ee0b0eb378251481 which is tagged with that version.