CodeArts IDE-启动配置示例

时间:2025-02-12 15:04:25

启动配置示例

以下是一个可运行的启动配置示例,该示例从 “test_file_name::test_class_name::test_method_name” 运行测试。

{   "excludeTestIds": [],   "request": "test",   "jinja": true,   "python": "${command:python.interpreterPath}",   "stopOnEntry": false,   "redirectOutput": true,   "env": {},   "type": "python",   "logToFile": false,   "testIds": [      "test_file_name::test_class_name::test_method_name"   ],   "cwd": "${workspaceFolder}",   "subProcess": false,   "justMyCode": true,   "provider": "PYTEST",   "pythonArgs": [],   "name": "Python pytest tests",   "showReturnValue": true}
support.huaweicloud.com/usermanual-codeartside/codeartside_01_0413.html