workspace.xml 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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="init">
  8. <change afterPath="$PROJECT_DIR$/.idea/copilotDiffState.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/pytest.ini" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/demo/log/data.txt" beforeDir="false" afterPath="$PROJECT_DIR$/demo/log/data.txt" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/demo/log/globalInfo.txt.txt" beforeDir="false" afterPath="$PROJECT_DIR$/demo/log/globalInfo.txt.txt" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/demo/log/headers.txt" beforeDir="false" afterPath="$PROJECT_DIR$/demo/log/headers.txt" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/demo/log/params.txt" beforeDir="false" afterPath="$PROJECT_DIR$/demo/log/params.txt" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/demo/log/respose.txt" beforeDir="false" afterPath="$PROJECT_DIR$/demo/log/respose.txt" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/demo/log/url.txt" beforeDir="false" afterPath="$PROJECT_DIR$/demo/log/url.txt" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/demo/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/demo/main/__init__.py" beforeDir="false" afterPath="$PROJECT_DIR$/__init__.py" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/demo/main/test_a.py" beforeDir="false" afterPath="$PROJECT_DIR$/demo/test_a.py" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/demo/main/test_test.py" beforeDir="false" afterPath="$PROJECT_DIR$/demo/test_test.py" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/demo/pytest.ini" beforeDir="false" afterPath="$PROJECT_DIR$/conftest.py" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/demo/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/demo/utils/get_excel.py" beforeDir="false" afterPath="$PROJECT_DIR$/demo/utils/get_excel.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. "Python.main.executor": "Run",
  58. "RunOnceActivity.ShowReadmeOnStart": "true",
  59. "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
  60. "RunOnceActivity.git.unshallow": "true",
  61. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  62. "git-widget-placeholder": "main",
  63. "last_opened_file_path": "/Users/xxh/test/Pytest",
  64. "settings.editor.selected.configurable": "terminal"
  65. }
  66. }]]></component>
  67. <component name="RecentsManager">
  68. <key name="CopyFile.RECENT_KEYS">
  69. <recent name="$PROJECT_DIR$" />
  70. </key>
  71. <key name="MoveFile.RECENT_KEYS">
  72. <recent name="$PROJECT_DIR$" />
  73. <recent name="$PROJECT_DIR$/demo" />
  74. <recent name="$PROJECT_DIR$/demo/main" />
  75. <recent name="$PROJECT_DIR$/excel" />
  76. </key>
  77. </component>
  78. <component name="RunManager" selected="Python.main">
  79. <configuration name="get_excel" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  80. <module name="Pytest" />
  81. <option name="ENV_FILES" value="" />
  82. <option name="INTERPRETER_OPTIONS" value="" />
  83. <option name="PARENT_ENVS" value="true" />
  84. <envs>
  85. <env name="PYTHONUNBUFFERED" value="1" />
  86. </envs>
  87. <option name="SDK_HOME" value="" />
  88. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/until" />
  89. <option name="IS_MODULE_SDK" value="true" />
  90. <option name="ADD_CONTENT_ROOTS" value="true" />
  91. <option name="ADD_SOURCE_ROOTS" value="true" />
  92. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/until/get_excel.py" />
  93. <option name="PARAMETERS" value="" />
  94. <option name="SHOW_COMMAND_LINE" value="false" />
  95. <option name="EMULATE_TERMINAL" value="false" />
  96. <option name="MODULE_MODE" value="false" />
  97. <option name="REDIRECT_INPUT" value="false" />
  98. <option name="INPUT_FILE" value="" />
  99. <method v="2" />
  100. </configuration>
  101. <configuration name="main" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
  102. <module name="Pytest" />
  103. <option name="ENV_FILES" value="" />
  104. <option name="INTERPRETER_OPTIONS" value="" />
  105. <option name="PARENT_ENVS" value="true" />
  106. <envs>
  107. <env name="PYTHONUNBUFFERED" value="1" />
  108. </envs>
  109. <option name="SDK_HOME" value="" />
  110. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  111. <option name="IS_MODULE_SDK" value="true" />
  112. <option name="ADD_CONTENT_ROOTS" value="true" />
  113. <option name="ADD_SOURCE_ROOTS" value="true" />
  114. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/main.py" />
  115. <option name="PARAMETERS" value="" />
  116. <option name="SHOW_COMMAND_LINE" value="false" />
  117. <option name="EMULATE_TERMINAL" value="false" />
  118. <option name="MODULE_MODE" value="false" />
  119. <option name="REDIRECT_INPUT" value="false" />
  120. <option name="INPUT_FILE" value="" />
  121. <method v="2" />
  122. </configuration>
  123. <configuration name="Python tests for demo.test_a" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
  124. <module name="Pytest" />
  125. <option name="ENV_FILES" value="" />
  126. <option name="INTERPRETER_OPTIONS" value="" />
  127. <option name="PARENT_ENVS" value="true" />
  128. <option name="SDK_HOME" value="" />
  129. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  130. <option name="IS_MODULE_SDK" value="true" />
  131. <option name="ADD_CONTENT_ROOTS" value="true" />
  132. <option name="ADD_SOURCE_ROOTS" value="true" />
  133. <option name="_new_additionalArguments" value="&quot;&quot;" />
  134. <option name="_new_target" value="&quot;demo.test_a&quot;" />
  135. <option name="_new_targetType" value="&quot;PYTHON&quot;" />
  136. <method v="2" />
  137. </configuration>
  138. <configuration name="Python tests in test_a.py" type="tests" factoryName="Autodetect" temporary="true" nameIsGenerated="true">
  139. <module name="Pytest" />
  140. <option name="ENV_FILES" value="" />
  141. <option name="INTERPRETER_OPTIONS" value="" />
  142. <option name="PARENT_ENVS" value="true" />
  143. <option name="SDK_HOME" value="" />
  144. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  145. <option name="IS_MODULE_SDK" value="true" />
  146. <option name="ADD_CONTENT_ROOTS" value="true" />
  147. <option name="ADD_SOURCE_ROOTS" value="true" />
  148. <option name="_new_additionalArguments" value="&quot;&quot;" />
  149. <option name="_new_target" value="&quot;$PROJECT_DIR$/demo/test_a.py&quot;" />
  150. <option name="_new_targetType" value="&quot;PATH&quot;" />
  151. <method v="2" />
  152. </configuration>
  153. <recent_temporary>
  154. <list>
  155. <item itemvalue="Python.main" />
  156. <item itemvalue="Python tests.Python tests in test_a.py" />
  157. <item itemvalue="Python tests.Python tests for demo.test_a" />
  158. <item itemvalue="Python.get_excel" />
  159. </list>
  160. </recent_temporary>
  161. </component>
  162. <component name="SharedIndexes">
  163. <attachedChunks>
  164. <set>
  165. <option value="bundled-python-sdk-b3d66beaba9a-c6efb3732140-com.jetbrains.pycharm.pro.sharedIndexes.bundled-PY-252.26199.168" />
  166. </set>
  167. </attachedChunks>
  168. </component>
  169. <component name="TaskManager">
  170. <task active="true" id="Default" summary="Default task">
  171. <changelist id="07cc7c5b-0297-4ba8-b7e8-ad9e2f5c9a81" name="Changes" comment="" />
  172. <created>1760625141848</created>
  173. <option name="number" value="Default" />
  174. <option name="presentableId" value="Default" />
  175. <updated>1760625141848</updated>
  176. </task>
  177. <task id="LOCAL-00001" summary="init">
  178. <option name="closed" value="true" />
  179. <created>1760634763405</created>
  180. <option name="number" value="00001" />
  181. <option name="presentableId" value="LOCAL-00001" />
  182. <option name="project" value="LOCAL" />
  183. <updated>1760634763406</updated>
  184. </task>
  185. <task id="LOCAL-00002" summary="init">
  186. <option name="closed" value="true" />
  187. <created>1760634781406</created>
  188. <option name="number" value="00002" />
  189. <option name="presentableId" value="LOCAL-00002" />
  190. <option name="project" value="LOCAL" />
  191. <updated>1760634781406</updated>
  192. </task>
  193. <option name="localTasksCounter" value="3" />
  194. <servers />
  195. </component>
  196. <component name="VcsManagerConfiguration">
  197. <MESSAGE value="init" />
  198. <option name="LAST_COMMIT_MESSAGE" value="init" />
  199. </component>
  200. </project>