Files
openide/python/intellij.python.community.plugin.tests.iml
Anna Kozlova 0614011853 remove junit 3 dependency
when we have junit 5 in module classpath, it's dangerous to have only junit 5 and junit 3 cause vintage engine doesn't support junit 3 and just won't start tests

GitOrigin-RevId: 65eb6b34584593fdc75aa15f908f84b91772c5e0
2020-12-04 16:49:24 +00:00

18 lines
931 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/pluginTestResources">
<sourceFolder url="file://$MODULE_DIR$/pluginTestResources" type="java-resource" />
</content>
<content url="file://$MODULE_DIR$/pluginTestSrc">
<sourceFolder url="file://$MODULE_DIR$/pluginTestSrc" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.java.testFramework" />
<orderEntry type="module" module-name="intellij.python.community.impl" />
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="RUNTIME" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
</component>
</module>