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:
Ilya.Kazakevich
2021-05-28 17:56:20 +03:00
committed by intellij-monorepo-bot
parent 79877aff9e
commit 480de17a92
24 changed files with 149 additions and 506 deletions

View File

@@ -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__";