[python] Add intellij.python.community.junit5Tests.framework.conda._test module descriptor to run tests in dev-mode (IJPL-116621)

GitOrigin-RevId: 14c6508d5500b14196ab85de209a1768c931b189
This commit is contained in:
Ilia Kirianovskii
2025-05-03 09:08:57 +02:00
committed by intellij-monorepo-bot
parent b39b775c41
commit 14437f2e2f
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/testResources" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View File

@@ -0,0 +1,6 @@
<idea-plugin>
<dependencies>
<module name="intellij.python.community.junit5Tests.framework._test"/>
<module name="intellij.python.community.testFramework.testEnv.conda"/>
</dependencies>
</idea-plugin>