mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-2388 Make PyCharm's testrunner aware of setup.py
This commit is contained in:
@@ -25,6 +25,8 @@ public class PyNames {
|
||||
public static final String DOT_PY = ".py";
|
||||
public static final String INIT_DOT_PY = INIT + DOT_PY;
|
||||
|
||||
public static final String SETUP_DOT_PY = "setup" + DOT_PY;
|
||||
|
||||
public static final String NEW = "__new__";
|
||||
public static final String GETATTR = "__getattr__";
|
||||
public static final String GETATTRIBUTE = "__getattribute__";
|
||||
|
||||
Reference in New Issue
Block a user