mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
Minor: rewrite PythonDebuggerPydevTest docstring for clarity
GitOrigin-RevId: d933971c67868bb87518f9a17f79c71bfbc66175
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e3a243b453
commit
834455dee9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user