fixed PY-2388 Make PyCharm's testrunner aware of setup.py

This commit is contained in:
Ekaterina Tuzova
2013-07-30 17:46:32 +04:00
parent 5544c9228d
commit 697c7ad8c8
7 changed files with 70 additions and 6 deletions
@@ -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__";