Files
openide/python/intellij.python.community.impl.iml
Ilya.Kazakevich 8ad388c6be PY-18952, PY-29973: pytest fixtures, parametrize:
* fix after review,fixtures from sdk.
* Support fixtures from sdk
* But sort fixtures so fixtures declared by users go first
* Readme fixed
* Docs added
* pytest parametrized inspection highlights only last paren
* dependencies added, inspection renamed
2018-05-10 21:30:32 +03:00

41 lines
2.2 KiB
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$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.python.community" exported="" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="module" module-name="intellij.python.pydev" />
<orderEntry type="library" name="XmlRPC" level="project" />
<orderEntry type="module" module-name="intellij.platform.debugger" />
<orderEntry type="module" module-name="intellij.regexp" exported="" />
<orderEntry type="module" module-name="intellij.platform.testRunner" />
<orderEntry type="module" module-name="intellij.platform.smRunner" />
<orderEntry type="module" module-name="intellij.spellchecker" />
<orderEntry type="module" module-name="intellij.platform.debugger.impl" />
<orderEntry type="module" module-name="intellij.xml.psi.impl" />
<orderEntry type="library" name="gson" level="project" />
<orderEntry type="module" module-name="intellij.xml" />
<orderEntry type="module" module-name="intellij.platform.vcs" />
<orderEntry type="module-library">
<library name="jsoup" type="repository">
<properties maven-id="org.jsoup:jsoup:1.10.3" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jsoup/jsoup/1.10.3/jsoup-1.10.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="library" name="XStream" level="project" />
<orderEntry type="module" module-name="intellij.python.helpers" scope="RUNTIME" />
</component>
</module>