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:
Mikhail Golubev
2025-06-11 16:54:32 +00:00
committed by intellij-monorepo-bot
parent d1acb2ea7a
commit dc35398ca0
4 changed files with 4 additions and 4 deletions
@@ -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()
@@ -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
@@ -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()
@@ -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