summaryrefslogtreecommitdiff
path: root/test-cli
diff options
context:
space:
mode:
authorManel Caro <mcaro@iseebcn.com>2020-03-04 19:37:53 +0100
committerManel Caro <mcaro@iseebcn.com>2020-03-04 19:37:53 +0100
commita4d7e279731b4b2aa6fb825b096305556d1e825a (patch)
treeff5dd94066794201693a81e71904df2b3022b9cb /test-cli
parent09de774dcc1a5abc1c8f3a00fdb039aa3c522f52 (diff)
downloadboard-a4d7e279731b4b2aa6fb825b096305556d1e825a.zip
board-a4d7e279731b4b2aa6fb825b096305556d1e825a.tar.gz
board-a4d7e279731b4b2aa6fb825b096305556d1e825a.tar.bz2
pycharm project
Diffstat (limited to 'test-cli')
-rw-r--r--test-cli/.idea/inspectionProfiles/profiles_settings.xml6
-rw-r--r--test-cli/.idea/misc.xml7
-rw-r--r--test-cli/.idea/modules.xml8
-rw-r--r--test-cli/.idea/test-cli.iml12
-rw-r--r--test-cli/.idea/vcs.xml6
-rw-r--r--test-cli/.idea/workspace.xml46
6 files changed, 85 insertions, 0 deletions
diff --git a/test-cli/.idea/inspectionProfiles/profiles_settings.xml b/test-cli/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/test-cli/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+ <settings>
+ <option name="USE_PROJECT_PROFILE" value="false" />
+ <version value="1.0" />
+ </settings>
+</component> \ No newline at end of file
diff --git a/test-cli/.idea/misc.xml b/test-cli/.idea/misc.xml
new file mode 100644
index 0000000..2012045
--- /dev/null
+++ b/test-cli/.idea/misc.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <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" />
+</project> \ No newline at end of file
diff --git a/test-cli/.idea/modules.xml b/test-cli/.idea/modules.xml
new file mode 100644
index 0000000..fc2e93a
--- /dev/null
+++ b/test-cli/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/test-cli.iml" filepath="$PROJECT_DIR$/.idea/test-cli.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/test-cli/.idea/test-cli.iml b/test-cli/.idea/test-cli.iml
new file mode 100644
index 0000000..8a05c6e
--- /dev/null
+++ b/test-cli/.idea/test-cli.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="PYTHON_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+ <component name="PyDocumentationSettings">
+ <option name="format" value="GOOGLE" />
+ <option name="myDocStringFormat" value="Google" />
+ </component>
+</module> \ No newline at end of file
diff --git a/test-cli/.idea/vcs.xml b/test-cli/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/test-cli/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+ </component>
+</project> \ No newline at end of file
diff --git a/test-cli/.idea/workspace.xml b/test-cli/.idea/workspace.xml
new file mode 100644
index 0000000..25fe244
--- /dev/null
+++ b/test-cli/.idea/workspace.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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$/test_main.py" beforeDir="false" afterPath="$PROJECT_DIR$/test_main.py" afterDir="false" />
+ </list>
+ <option name="SHOW_DIALOG" value="false" />
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+ <option name="LAST_RESOLUTION" value="IGNORE" />
+ </component>
+ <component name="Git.Settings">
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
+ </component>
+ <component name="ProjectId" id="1YfjUHHfmr4Muw0TDMT8ItsS6oU" />
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
+ <component name="ProjectViewState">
+ <option name="hideEmptyMiddlePackages" value="true" />
+ <option name="showExcludedFiles" value="true" />
+ <option name="showLibraryContents" value="true" />
+ </component>
+ <component name="PropertiesComponent">
+ <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
+ <property name="WebServerToolWindowFactoryState" value="false" />
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
+ </component>
+ <component name="SvnConfiguration">
+ <configuration />
+ </component>
+ <component name="TaskManager">
+ <task active="true" id="Default" summary="Default task">
+ <changelist id="4991a6e0-1b9d-4824-9b6e-5ac031eb4816" name="Default Changelist" comment="" />
+ <created>1583340556211</created>
+ <option name="number" value="Default" />
+ <option name="presentableId" value="Default" />
+ <updated>1583340556211</updated>
+ <workItem from="1583340557592" duration="4841000" />
+ </task>
+ <servers />
+ </component>
+ <component name="TypeScriptGeneratedFilesManager">
+ <option name="version" value="1" />
+ </component>
+</project> \ No newline at end of file