Fake PyCharmCorePlugin.xml for running Python Community tests without Python Community plugin

It's needed at least to run these tests in the context of Python (Professional) plugin.

GitOrigin-RevId: 9aafe2d695c780ca68f97dd7514a768dbc703f34
This commit is contained in:
Andrey Vlasovskikh
2019-11-15 20:37:17 +03:00
committed by intellij-monorepo-bot
parent d055d648b2
commit d9d8e5b0a3
2 changed files with 7 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
<orderEntry type="module" module-name="intellij.python.community.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.debugger.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.psi.impl" />
<orderEntry type="module" module-name="intellij.python.community.plugin" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.python.community.plugin.impl" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.pycharm.community" scope="RUNTIME" />
</component>
</module>