Emil Kantis
01/18/2025, 9:31 PMsam
01/20/2025, 2:15 AMsam
01/20/2025, 2:28 AMmodule
before the plugin is applied (only want to apply the gradle plugin to modules that have kotest on the classpath)sam
01/20/2025, 2:30 AMorg.jetbrains.kotlin.analysis.api.impl.base.sessions.ProhibitedAnalysisException: Analysis is not allowed: Called from a write action.
means. I have asked in jetbrains intellij slack but no reply so far.sam
01/21/2025, 4:21 PMsam
01/23/2025, 4:17 AMsrc/main/java
and src/main/kotlin
and src/main/scala
is "main" the sourceset, or is java kotlin scala the sourcesets?sam
01/27/2025, 4:00 AMio.kotest
as a plugin to each gradle module you want to run kotest in. Then you should see kotest
as a task in the gradle task list. Running tests from intellij should go via this new plugin and appear in the IDE automatically with full navigation to all nested levels, as well as using gradle to run all tests instead of a forked java process. I imagine they'll be edge cases that don't appear on my machine 🙂 Please file on the kotest board so I can address.sam
01/28/2025, 12:00 PMproject.tasks.register(JVM_TASK_NAME, KotestJvmTask::class.java) {
setme = "hello" // how to do this?
}
2. I want to make a task that just executes other tasks. Eg I want to register say "uberkotest" which runs "kotestA" and "kotestB". All three tasks are created in the same plugin.sam
02/01/2025, 4:19 PMsam
02/01/2025, 7:42 PMAdam S
02/02/2025, 9:40 AMsam
02/02/2025, 7:17 PMEmil Kantis
02/02/2025, 7:44 PMsam
02/02/2025, 7:49 PMsam
02/04/2025, 11:25 AMsam
02/04/2025, 1:15 PMEmil Kantis
02/04/2025, 9:50 PMEmil Kantis
02/04/2025, 9:56 PMafterTest
showing as @KotestInternal
in 6.0.0.M2? Should I report an issue?Emil Kantis
02/12/2025, 1:47 PMStringSpec
, WordSpec
and FreeSpec
in 6.0?LeoColman
02/12/2025, 1:47 PMAdam S
02/12/2025, 2:25 PMEmil Kantis
02/16/2025, 7:56 PM@EnabledIf(LinuxCondition::class)
class BindTest : StringSpec({
Emil Kantis
02/16/2025, 7:59 PMLeoColman
03/07/2025, 8:47 PMLeoColman
03/07/2025, 8:48 PMAlex Kuznetsov
03/12/2025, 5:58 PMsam
03/30/2025, 7:03 AMEmil Kantis
05/09/2025, 5:44 AMAnton Bogomazov
05/10/2025, 5:43 PM