Skip to content

Commit

Permalink
add dummy testmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Dec 2, 2021
1 parent ae58690 commit 2132802
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testSrc/com/koxudaxi/pydantic/PydanticTestCase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import com.jetbrains.python.fixtures.PyLightProjectDescriptor
import com.jetbrains.python.psi.LanguageLevel
import com.jetbrains.python.psi.impl.PythonLanguageLevelPusher
import com.jetbrains.python.sdk.PythonSdkUtil
import org.junit.Test

abstract class PydanticTestCase(version: String = "v1") : UsefulTestCase() {

Expand Down Expand Up @@ -104,6 +105,8 @@ abstract class PydanticTestCase(version: String = "v1") : UsefulTestCase() {
PythonLanguageLevelPusher.setForcedLanguageLevel(myFixture!!.project, languageLevel)
}


@Test
private fun dummyTest() {
}
}

0 comments on commit 2132802

Please sign in to comment.