Minor: rewrite PythonDebuggerPydevTest docstring for clarity

GitOrigin-RevId: d933971c67868bb87518f9a17f79c71bfbc66175
This commit is contained in:
Andrey Lisin
2024-08-23 13:50:15 +02:00
committed by intellij-monorepo-bot
parent e3a243b453
commit 834455dee9

View File

@@ -17,8 +17,8 @@ import org.junit.Test;
import java.util.Set;
/**
* The test case for running pure Python tests that are not involve the IDE.
* It should be used only locally. On TeamCity Python tests should be run separately with `pytest`.
* Test case for running pure Python tests that do not involve the IDE.
* This should only be used locally. On TeamCity, Python tests should be run separately using `pytest`.
*/
public class PythonDebuggerPydevTest extends PyEnvTestCase {
@Test