[python] Add intellij.python.community.testFramework.testEnv module descriptor to run tests in dev-mode (IJPL-116621)

GitOrigin-RevId: 1f738d47ffb2271d68d94f6e1e081d5582bc094b
This commit is contained in:
Ilia Kirianovskii
2025-05-03 23:59:28 +00:00
committed by intellij-monorepo-bot
parent a231b49f8f
commit e862216667
2 changed files with 6 additions and 0 deletions
@@ -3,6 +3,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
@@ -0,0 +1,5 @@
<idea-plugin>
<dependencies>
<plugin id="PythonCore"/>
</dependencies>
</idea-plugin>