workspace.xml 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="07cc7c5b-0297-4ba8-b7e8-ad9e2f5c9a81" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/.idea/Pytest.iml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/demo/dic/global_value.py" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/demo/excel/jsom.xlxs" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/demo/main.py" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/demo/main/__init__.py" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/demo/main/test_a.py" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/demo/main/test_test.py" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/demo/pytest.ini" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/demo/requirements.txt" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/demo/utils/get_excel.py" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/demo/utils/send.py" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/demo/utils/write_log.py" afterDir="false" />
  24. </list>
  25. <option name="SHOW_DIALOG" value="false" />
  26. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  27. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  28. <option name="LAST_RESOLUTION" value="IGNORE" />
  29. </component>
  30. <component name="FileTemplateManagerImpl">
  31. <option name="RECENT_TEMPLATES">
  32. <list>
  33. <option value="Python Script" />
  34. </list>
  35. </option>
  36. </component>
  37. <component name="Git.Settings">
  38. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  39. </component>
  40. <component name="ProjectColorInfo">{
  41. &quot;associatedIndex&quot;: 3
  42. }</component>
  43. <component name="ProjectId" id="349UAvcBQT85YOy0EpMnoSFhsiH" />
  44. <component name="ProjectLevelVcsManager">
  45. <ConfirmationsSetting value="2" id="Add" />
  46. </component>
  47. <component name="ProjectViewState">
  48. <option name="hideEmptyMiddlePackages" value="true" />
  49. <option name="showLibraryContents" value="true" />
  50. </component>
  51. <component name="PropertiesComponent"><![CDATA[{
  52. "keyToString": {
  53. "ModuleVcsDetector.initialDetectionPerformed": "true",
  54. "Python tests.Python tests for demo.test_a.test_get_excel.executor": "Run",
  55. "Python tests.Python tests in test_a.py.executor": "Run",
  56. "Python.get_excel.executor": "Run",
  57. "RunOnceActivity.ShowReadmeOnStart": "true",
  58. "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
  59. "RunOnceActivity.git.unshallow": "true",
  60. "git-widget-placeholder": "main",
  61. "last_opened_file_path": "/Users/xxh/test/Pytest",
  62. "settings.editor.selected.configurable": "terminal"
  63. }
  64. }]]></component>
  65. <component name="RecentsManager">
  66. <key name="CopyFile.RECENT_KEYS">
  67. <recent name="$PROJECT_DIR$" />
  68. </key>
  69. <key name="MoveFile.RECENT_KEYS">
  70. <recent name="$PROJECT_DIR$/demo" />
  71. <recent name="$PROJECT_DIR$/demo/main" />
  72. <recent name="$PROJECT_DIR$/excel" />
  73. </key>
  74. </component>
  75. <component name="RunManager" selected="Python tests.Python tests in test_a.py">
  76. <configuration name="get_excel" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  77. <module name="Pytest" />
  78. <option name="ENV_FILES" value="" />
  79. <option name="INTERPRETER_OPTIONS" value="" />
  80. <option name="PARENT_ENVS" value="true" />
  81. <envs>
  82. <env name="PYTHONUNBUFFERED" value="1" />
  83. </envs>
  84. <option name="SDK_HOME" value="" />
  85. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/until" />
  86. <option name="IS_MODULE_SDK" value="true" />
  87. <option name="ADD_CONTENT_ROOTS" value="true" />
  88. <option name="ADD_SOURCE_ROOTS" value="true" />
  89. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/until/get_excel.py" />
  90. <option name="PARAMETERS" value="" />
  91. <option name="SHOW_COMMAND_LINE" value="false" />
  92. <option name="EMULATE_TERMINAL" value="false" />
  93. <option name="MODULE_MODE" value="false" />
  94. <option name="REDIRECT_INPUT" value="false" />
  95. <option name="INPUT_FILE" value="" />
  96. <method v="2" />
  97. </configuration>
  98. <configuration name="Python tests for demo.main.test_a" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
  99. <module name="Pytest" />
  100. <option name="ENV_FILES" value="" />
  101. <option name="INTERPRETER_OPTIONS" value="" />
  102. <option name="PARENT_ENVS" value="true" />
  103. <option name="SDK_HOME" value="" />
  104. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  105. <option name="IS_MODULE_SDK" value="true" />
  106. <option name="ADD_CONTENT_ROOTS" value="true" />
  107. <option name="ADD_SOURCE_ROOTS" value="true" />
  108. <option name="_new_additionalArguments" value="&quot;&quot;" />
  109. <option name="_new_target" value="&quot;demo.main.test_a&quot;" />
  110. <option name="_new_targetType" value="&quot;PYTHON&quot;" />
  111. <method v="2" />
  112. </configuration>
  113. <configuration name="Python tests in test_a.py" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
  114. <module name="Pytest" />
  115. <option name="ENV_FILES" value="" />
  116. <option name="INTERPRETER_OPTIONS" value="" />
  117. <option name="PARENT_ENVS" value="true" />
  118. <option name="SDK_HOME" value="" />
  119. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  120. <option name="IS_MODULE_SDK" value="true" />
  121. <option name="ADD_CONTENT_ROOTS" value="true" />
  122. <option name="ADD_SOURCE_ROOTS" value="true" />
  123. <option name="_new_additionalArguments" value="&quot;&quot;" />
  124. <option name="_new_target" value="&quot;$PROJECT_DIR$/demo/main/test_a.py&quot;" />
  125. <option name="_new_targetType" value="&quot;PATH&quot;" />
  126. <method v="2" />
  127. </configuration>
  128. <recent_temporary>
  129. <list>
  130. <item itemvalue="Python tests.Python tests in test_a.py" />
  131. <item itemvalue="Python tests.Python tests for demo.main.test_a" />
  132. <item itemvalue="Python.get_excel" />
  133. </list>
  134. </recent_temporary>
  135. </component>
  136. <component name="SharedIndexes">
  137. <attachedChunks>
  138. <set>
  139. <option value="bundled-python-sdk-b3d66beaba9a-c6efb3732140-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-252.26199.168" />
  140. </set>
  141. </attachedChunks>
  142. </component>
  143. <component name="TaskManager">
  144. <task active="true" id="Default" summary="Default task">
  145. <changelist id="07cc7c5b-0297-4ba8-b7e8-ad9e2f5c9a81" name="Changes" comment="" />
  146. <created>1760625141848</created>
  147. <option name="number" value="Default" />
  148. <option name="presentableId" value="Default" />
  149. <updated>1760625141848</updated>
  150. </task>
  151. <servers />
  152. </component>
  153. </project>