-
I have extremely simple code, it's a function that returns `Either`
```kotlin
val createdCourse: Either =
adminHub.createCourse(courseNameField(form), request.toReques…
-
**Which version of Kotest are you using**
Kotest 5.9.1
Hi!
We ran into an issue testing our KMP codebase against Kotlin 2.0.20-Beta2 (Beta1 works, 2.0.10-RC also works).
Kotest fails to start …
-
I just had a timeout on a local build with https://github.com/kotest/kotest/blob/0ec32b335362a98390285c6067c2d65f8e2ab581/kotest-runner/kotest-runner-junit5/src/jvmTest/kotlin/com/sksamu…
-
I'm using the latest version of Kotest and am noticing that test names aren't used verbatim. Maybe there's a technical limitation here, but the string usage suggests that tests can be named anything, …
-
[unmock](https://github.com/bjoernQ/unmock-plugin) is a gradle plugin that allows using android utility classes (such as Uri, Location, TextUtils etc.) within unit tests.
Unfortunately it does not …
-
# Kotest Version
5.9.0
# Description
When running individual kotest unit tests with DynamoDB local setup as part of a `beforeProject` extension, you always get an extension setup due to a log…
-
Kotest version: `5.6.2`
Kotest IntelliJ plugin version: `1.3.69-IC-2022.2`
Android Studio version: `2022.2.1`
I am unable to run a single test in Android Studio using the gutter icons.
For exa…
-
#### Issue
I have `gradle` selected as runner for my tests. When I run the test file as a whole, then it is using gradle as expected
But when I run an individual spec it uses the kotest runner…
-
I would like to have similar functionality as Junit 5 has in IDEA.
When assertion fails, there is an option to click a button to see how objects asserted are different:
In kotest I get deta…
-
```
class KoTest : ShouldSpec({
class Data(val expected: IntArray) : WithDataTestName {
override fun dataTestName() =
"result should be (${expected.joinToString()})"
}
context("K…