mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-79488 Drop "Py" suffix from Uv and Poetry Open/Sync tests, add "Project" in their names
GitOrigin-RevId: 4709324d6489c33a8897f3561609a3fbe922ac2c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d1acb2ea7a
commit
dc35398ca0
+1
-1
@@ -18,7 +18,7 @@ import kotlin.time.Duration.Companion.seconds
|
||||
|
||||
@RegistryKey("python.project.model.poetry", "true")
|
||||
@TestApplication
|
||||
class PyPoetryOpenIntegrationTest {
|
||||
class PoetryProjectOpenIntegrationTest {
|
||||
private val testRoot by tempPathFixture()
|
||||
private val multiprojectFixture by multiProjectFixture()
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import kotlin.io.path.writeText
|
||||
|
||||
@RegistryKey("python.project.model.poetry", "true")
|
||||
@TestApplication
|
||||
class PyPoetrySyncIntegrationTest {
|
||||
class PoetryProjectSyncIntegrationTest {
|
||||
private val testRootFixture = tempPathFixture()
|
||||
val testRoot by testRootFixture
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ import kotlin.time.Duration.Companion.seconds
|
||||
|
||||
@RegistryKey("python.project.model.uv", "true")
|
||||
@TestApplication
|
||||
class PyUvOpenIntegrationTest {
|
||||
class UvProjectOpenIntegrationTest {
|
||||
private val testRoot by tempPathFixture()
|
||||
private val multiprojectFixture by multiProjectFixture()
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import kotlin.io.path.writeText
|
||||
|
||||
@RegistryKey("python.project.model.uv", "true")
|
||||
@TestApplication
|
||||
class PyUvSyncIntegrationTest {
|
||||
class UvProjectSyncIntegrationTest {
|
||||
private val testRootFixture = tempPathFixture()
|
||||
val testRoot by testRootFixture
|
||||
|
||||
Reference in New Issue
Block a user