summaryrefslogtreecommitdiff
path: root/test-cli/.idea
diff options
context:
space:
mode:
authorHector Fernandez <hector@iatec.biz>2020-03-06 09:38:18 +0100
committerHector Fernandez <hector@iatec.biz>2020-03-06 09:38:18 +0100
commit98d40cecc9818360984188755e455aa53933aab0 (patch)
tree56fd291d6153be0076c3b0c401a1b69c1663fed0 /test-cli/.idea
parentdd9ffc52507c391271d0821636c683fd7562b46a (diff)
downloadboard-98d40cecc9818360984188755e455aa53933aab0.zip
board-98d40cecc9818360984188755e455aa53933aab0.tar.gz
board-98d40cecc9818360984188755e455aa53933aab0.tar.bz2
changed parameter names of tests
Diffstat (limited to 'test-cli/.idea')
-rw-r--r--test-cli/.idea/misc.xml2
-rw-r--r--test-cli/.idea/test-cli.iml2
-rw-r--r--test-cli/.idea/workspace.xml19
3 files changed, 19 insertions, 4 deletions
diff --git a/test-cli/.idea/misc.xml b/test-cli/.idea/misc.xml
index 2012045..3999087 100644
--- a/test-cli/.idea/misc.xml
+++ b/test-cli/.idea/misc.xml
@@ -3,5 +3,5 @@
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.5" project-jdk-type="Python SDK" />
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6" project-jdk-type="Python SDK" />
</project> \ No newline at end of file
diff --git a/test-cli/.idea/test-cli.iml b/test-cli/.idea/test-cli.iml
index 8a05c6e..218fb9e 100644
--- a/test-cli/.idea/test-cli.iml
+++ b/test-cli/.idea/test-cli.iml
@@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
- <orderEntry type="inheritedJdk" />
+ <orderEntry type="jdk" jdkName="Python 3.6" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml
index 25fe244..42f0f8f 100644
--- a/test-cli/.idea/workspace.xml
+++ b/test-cli/.idea/workspace.xml
@@ -2,8 +2,12 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="4991a6e0-1b9d-4824-9b6e-5ac031eb4816" name="Default Changelist" comment="">
- <change beforePath="$PROJECT_DIR$/test/helpers/get_dieid.py" beforeDir="false" afterPath="$PROJECT_DIR$/test/helpers/get_dieid.py" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/test/helpers/testsrv_db.py" beforeDir="false" afterPath="$PROJECT_DIR$/test/helpers/testsrv_db.py" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/test-cli.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/test-cli.iml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/test/tests/qeeprom.py" beforeDir="false" afterPath="$PROJECT_DIR$/test/tests/qeeprom.py" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/test/tests/qethernet.py" beforeDir="false" afterPath="$PROJECT_DIR$/test/tests/qethernet.py" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/test/tests/qram.py" beforeDir="false" afterPath="$PROJECT_DIR$/test/tests/qram.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/test_main.py" beforeDir="false" afterPath="$PROJECT_DIR$/test_main.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@@ -25,6 +29,7 @@
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
+ <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
</component>
<component name="SvnConfiguration">
<configuration />
@@ -43,4 +48,14 @@
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
+ <component name="WindowStateProjectService">
+ <state x="482" y="187" key="SettingsEditor" timestamp="1583395937697">
+ <screen x="67" y="27" width="1853" height="1053" />
+ </state>
+ <state x="482" y="187" key="SettingsEditor/67.27.1853.1053@67.27.1853.1053" timestamp="1583395937697" />
+ <state x="641" y="119" width="704" height="867" key="find.popup" timestamp="1583427991724">
+ <screen x="67" y="27" width="1853" height="1053" />
+ </state>
+ <state x="641" y="119" width="704" height="867" key="find.popup/67.27.1853.1053@67.27.1853.1053" timestamp="1583427991724" />
+ </component>
</project> \ No newline at end of file