blob: 6f6924ab2a6d5eb5e72e1efe940d38b9904d5ce7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.jetbrains.python.testing.pytest.PyTestConfigurationEditor">
<grid id="dbdd7" layout-manager="CardLayout" hgap="0" vgap="0">
<constraints>
<xy x="20" y="214" width="495" height="212"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<grid id="1d766" binding="myRootPanel" layout-manager="GridLayoutManager" row-count="3" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<card name="Card1"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<grid id="cacef" binding="myMainPanel" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
<preferred-size width="-1" height="200"/>
</grid>
</constraints>
<properties/>
<clientProperties>
<BorderFactoryClass class="java.lang.String" value="com.intellij.ui.IdeBorderFactory$PlainSmallWithIndent"/>
</clientProperties>
<border type="none" title="py.tests"/>
<children>
<component id="97832" class="com.intellij.ui.components.JBLabel" binding="myTargetLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false">
<preferred-size width="82" height="-1"/>
</grid>
</constraints>
<properties>
<text resource-bundle="com/jetbrains/python/PyBundle" key="runcfg.pytest.target"/>
</properties>
</component>
<component id="7ea78" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="myTestScriptTextField">
<constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="341" height="25"/>
</grid>
</constraints>
<properties>
<toolTipText value="Path to a file or directory that contains the tests to be executed"/>
</properties>
</component>
<component id="63cd5" class="javax.swing.JTextField" binding="myKeywordsTextField">
<constraints>
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="341" height="25"/>
</grid>
</constraints>
<properties>
<toolTipText value="Specify the keywords to search for the required tests. -k command line option in py.tests"/>
</properties>
</component>
<component id="4423e" class="javax.swing.JTextField" binding="myParamsTextField">
<constraints>
<grid row="2" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="341" height="25"/>
</grid>
</constraints>
<properties>
<toolTipText value="Specify py.tests command line options"/>
</properties>
</component>
<component id="e538" class="javax.swing.JCheckBox" binding="myParametersCheckBox" default-binding="true">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text resource-bundle="com/jetbrains/python/PyBundle" key="runcfg.pytest.parameters"/>
</properties>
</component>
<component id="a088b" class="javax.swing.JCheckBox" binding="myKeywordsCheckBox" default-binding="true">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text resource-bundle="com/jetbrains/python/PyBundle" key="runcfg.pytest.keywords"/>
</properties>
</component>
<vspacer id="6162a">
<constraints>
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false">
<preferred-size width="341" height="14"/>
</grid>
</constraints>
</vspacer>
</children>
</grid>
<grid id="47d4e" binding="myCommonOptionsPlaceholder" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints>
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<clientProperties>
<BorderFactoryClass class="java.lang.String" value="com.intellij.ui.IdeBorderFactory$PlainSmallWithIndent"/>
</clientProperties>
<border type="none"/>
<children/>
</grid>
<vspacer id="979d9">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false">
<preferred-size width="-1" height="10"/>
</grid>
</constraints>
</vspacer>
</children>
</grid>
</children>
</grid>
</form>