34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"path": "$OET_PATH/testcases/function_test/pkg_test/python-pep8/python-pep8-help",
|
|
"machine num": 1,
|
|
"cases": [
|
|
{
|
|
"name": "test_python-pep8-help_function_install",
|
|
"desc": "测试软件包安装功能是否正常"
|
|
},
|
|
{
|
|
"name": "test_python-pep8-help_function_uninstall",
|
|
"desc": "测试软件包卸载功能是否正常"
|
|
},
|
|
{
|
|
"name": "test_python-pep8-help_function_check_pep8",
|
|
"desc": "测试检查单个Python文件PEP8规范功能"
|
|
},
|
|
{
|
|
"name": "test_python-pep8-help_function_recursive_check",
|
|
"desc": "测试递归检查目录下所有Python文件PEP8规范功能"
|
|
},
|
|
{
|
|
"name": "test_python-pep8-help_function_ignore_errors",
|
|
"desc": "测试忽略指定PEP8错误代码功能"
|
|
},
|
|
{
|
|
"name": "test_python-pep8-help_function_show_source",
|
|
"desc": "测试显示不符合规范的源代码行功能"
|
|
},
|
|
{
|
|
"name": "test_python-pep8-help_function_statistics",
|
|
"desc": "测试生成PEP8检查统计报告功能"
|
|
}
|
|
]
|
|
} |