-
Hi, Paul
My team has 20+ repositories. We try to keep our Code Style the same. As a follow-up on https://github.com/nbadal/ktlint-intellij-plugin/issues/540#issuecomment-2181260336 I've commented `…
-
[Power assert](https://kotlinlang.org/docs/power-assert.html) is a Kotlin compiler plugin for printing nicely diagrammed failure messages in tests. From the lib's readme:
Given following code:
```…
-
The current version (1.3.74) is incompatible with the Kotlin Plugin in K2 mode. Thus, the kotest plugin cannot be used at the moment in a development environment that is set up to use the new Kotlin K…
-
Looks like some of the native modules didn't get published correctly. Seeing this error:
`
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of t…
-
kotest version: 5.0.1
```
internal class MyTests: DescribeSpec({
describe("level 1.1"){
it("level 2 - case 1"){}
it("level 2 - case 2"){}
}
describe("level 1.2"){
it("level…
-
I was looking at the source for `KTestJUnitRunner` and it seems like a fairly simple subclass of `Runner`
`AndroidJUnit4Runner` and `RobolectricTestRunner` both ultimately extend from `Runner` - w…
-
**Which version of Kotest are you using**
5.8.1 / 5.9.0
When switching to Kotlin 2.0.0, iOS tests are not run any more.
Here are two runs showcasing this:
- [Using Kotlin 1.9.23](https://githu…
-
The plugin needs to be revised along the lines of https://github.com/bazelbuild/intellij/pull/6101:
```
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going …
-
```
Plugin 'PHP Hammer' (version '0.30.0') is not compatible with the current version of the IDE, because it requires build 241.* or older but the current build is PS-242.10180.24
```
Thanks!
reedy updated
3 months ago
-
**Which version of Kotest are you using**
5.7.2
Running the following script:
```sh
$ git clone git@github.com:kotest/kotest-examples-javascript.git
[...]
$ cd kotest-examples-javascript
$ ./…