Jesper Holmberg
Jesper Holmberg
I use bashtest with great success on my zsh scripts by manually changing "bash" to "zsh" in bashtest.py: \- command = 'bash -c %s' % (quote(command)) + command = 'zsh...
In an earlier version, it was possible to put comments about the tests within the bashtest file, like so: # Make sure no file is listed $ ls This no...
This is a side-track/continuation of the discussion in issue #10212. We're using the functional mapping style introduced in jOOQ 3.16. If columns could be referred to in a way that...
We have configured the linter to ignore our (generated) code directory `db` like so: ```kotlin tasks.lintKotlinMain { exclude("**/db/**") } ``` This works fine. However, when running task `formatKotlin`, the formatter...
When running `gradle formatKotlin`, the build fails if any issues are found. However, I think it would be better if the task would _not_ fail if the formatter could fix...
**Which version of Kotest are you using** 5.8.1 When activating the (beta) K2 mode in a recent version of IntelliJ (2024.2), the Kotest plugin is de-activated with the message: "Plugin...
This issue was reported to the Ktor Youtrack (https://youtrack.jetbrains.com/issue/KTOR-8881), but I was asked to create it here instead. Put the following configuration in an application running Ktor with the Koog...