Skip to content

Commit

Permalink
enhance test output
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Apr 24, 2024
1 parent 7632a7f commit 9e50f14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/kotlin/net/scrayos/xenos/client/KotestConfig.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package net.scrayos.xenos.client

import io.kotest.core.config.AbstractProjectConfig

class KotestConfig : AbstractProjectConfig() {
override val includeTestScopePrefixes: Boolean = true
}
1 change: 1 addition & 0 deletions src/test/resources/kotest.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
kotest.framework.classpath.scanning.config.disable=true
kotest.framework.classpath.scanning.autoscan.disable=true
kotest.framework.config.fqn=net.scrayos.xenos.client.KotestConfig

0 comments on commit 9e50f14

Please sign in to comment.