mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
Get rid of PyTestFrameworkService
All information moved to factories. It is now possible to check if package is installed using PyPackageService, no need to have separate service. GitOrigin-RevId: f97d4e09cd93c6b2d46e36920b513b5b82d53dc6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
79877aff9e
commit
480de17a92
@@ -222,10 +222,6 @@ public final class PyNames {
|
||||
|
||||
public static final String PASS = "pass";
|
||||
|
||||
public static final String NOSE_TEST = "nose";
|
||||
public static final String PY_TEST = "pytest";
|
||||
public static final String TRIAL_TEST = "Twisted";
|
||||
|
||||
public static final String TEST_CASE = "TestCase";
|
||||
|
||||
public static final String PYCACHE = "__pycache__";
|
||||
|
||||
Reference in New Issue
Block a user