WIP: Compiled SQL function #33
@@ -2,9 +2,11 @@ package fr.postgresjson.functionGenerator
|
|||||||
|
|
||||||
import fr.postgresjson.definition.parse.parseFunction
|
import fr.postgresjson.definition.parse.parseFunction
|
||||||
import io.kotest.core.Tag
|
import io.kotest.core.Tag
|
||||||
|
import io.kotest.core.annotation.Ignored
|
||||||
import io.kotest.core.spec.style.StringSpec
|
import io.kotest.core.spec.style.StringSpec
|
||||||
import org.amshove.kluent.`should be equal to`
|
import org.amshove.kluent.`should be equal to`
|
||||||
|
|
||||||
|
@Ignored
|
||||||
class FunctionGeneratorTest : StringSpec({
|
class FunctionGeneratorTest : StringSpec({
|
||||||
tags(Tag("Generator"))
|
tags(Tag("Generator"))
|
||||||
val functionDirectory = this::class.java.getResource("/sql/function/Test")!!.toURI()
|
val functionDirectory = this::class.java.getResource("/sql/function/Test")!!.toURI()
|
||||||
|
|||||||
Reference in New Issue
Block a user