Files
os-autotest/suite2cases/function_test/pkg_test/python-coverage/python3-coverage.json

256 lines
10 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"path": "$OET_PATH/testcases/function_test/pkg_test/python-coverage/python3-coverage",
"machine num": 1,
"cases": [
{
"name": "test_python3-coverage_install",
"desc": "测试python3-coverage软件包的安装功能验证安装过程是否正常完成",
"machine num": 1
},
{
"name": "test_python3-coverage_uninstall",
"desc": "测试python3-coverage软件包的卸载功能验证卸载过程是否正常完成",
"machine num": 1
},
{
"name": "test_python3-coverage_upgrade",
"desc": "测试python3-coverage软件包的升级功能验证升级过程是否正常完成",
"machine num": 1
},
{
"name": "test_python3-coverage_downgrade",
"desc": "测试python3-coverage软件包的降级功能验证降级过程是否正常完成",
"machine num": 1
},
{
"name": "test_python3-coverage_rollback",
"desc": "测试python3-coverage软件包的回滚功能验证回滚过程是否正常完成",
"machine num": 1
},
{
"name": "test_python3-coverage_reinstall",
"desc": "测试python3-coverage软件包的重新安装功能验证重新安装过程是否正常完成",
"machine num": 1
},
{
"name": "test_python3-coverage_coverage3_run",
"desc": "测试 coverage3 run 命令的基本功能"
},
{
"name": "test_python3-coverage_coverage3_run__upper_v",
"desc": "测试 coverage3 run 命令带 -V 参数的详细输出功能"
},
{
"name": "test_python3-coverage_coverage3_run__v",
"desc": "测试 coverage3 run 命令带 -v 参数的详细输出功能"
},
{
"name": "test_python3-coverage_coverage3_report",
"desc": "测试 coverage3 report 命令的基本功能"
},
{
"name": "test_python3-coverage_coverage3_report__m",
"desc": "测试 coverage3 report 命令带 -m 参数的显示缺失行功能"
},
{
"name": "test_python3-coverage_coverage3_html",
"desc": "测试 coverage3 html 命令生成 HTML 报告的功能"
},
{
"name": "test_python3-coverage_coverage3_html__d_dir",
"desc": "测试 coverage3 html 命令带 -d dir 参数指定输出目录的功能"
},
{
"name": "test_python3-coverage_coverage3_xml",
"desc": "测试 coverage3 xml 命令生成 XML 报告的功能"
},
{
"name": "test_python3-coverage_coverage3_json",
"desc": "测试 coverage3 json 命令生成 JSON 报告的功能"
},
{
"name": "test_python3-coverage_coverage3_lcov",
"desc": "测试 coverage3 lcov 命令生成 LCOV 报告的功能"
},
{
"name": "test_python3-coverage_python3-coverage_run",
"desc": "测试 python3-coverage run 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_report",
"desc": "测试 python3-coverage report 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_html",
"desc": "测试 python3-coverage html 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_json",
"desc": "测试 python3-coverage json 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_xml",
"desc": "测试 python3-coverage xml 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_lcov",
"desc": "测试 python3-coverage lcov 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_annotate",
"desc": "测试 python3-coverage annotate 命令的基本功能"
},
{
"name": "test_python3-coverage_python3-coverage_combine",
"desc": "测试 python3 coverage combine 命令的基本功能"
},
{
"name": "test_python3 coverage-python3 coverage erase",
"desc": "测试 python coverage erase 命令的基本功能"
},
{
"name": "test-pthon coverag-pthon coverag debug",
"desc": "Test th basi functio of pytho coverag debug commad"
},
{
"name": "test_python3-coverage_function_basic",
"desc": "测试python3-coverage基础功能是否正常"
},
{
"name": "test_python3-coverage_coverage3_run__m",
"desc": "使用coverage3 run命令测量指定模块的代码覆盖率"
},
{
"name": "test_python3-coverage_coverage3_report__i",
"desc": "使用coverage3 report命令忽略指定文件的覆盖率数据"
},
{
"name": "test_python3-coverage_coverage3_report__upper_o",
"desc": "使用coverage3 report命令将报告输出到指定文件"
},
{
"name": "test_python3-coverage_coverage3_html__upper_o",
"desc": "使用coverage3 html命令将HTML报告输出到指定目录"
},
{
"name": "test_python3-coverage_coverage3_html__i",
"desc": "使用coverage3 html命令忽略指定文件的覆盖率数据"
},
{
"name": "test_python3-coverage_coverage3_xml__upper_o",
"desc": "使用coverage3 xml命令将XML报告输出到指定文件"
},
{
"name": "test_python3-coverage_coverage3_json__upper_o",
"desc": "使用coverage3 json命令将JSON报告输出到指定文件"
},
{
"name": "test_python3-coverage_coverage3_lcov__upper_o",
"desc": "使用coverage3 lcov命令将LCOV报告输出到指定文件"
},
{
"name": "test_python3-coverage_coverage3_annotate",
"desc": "使用coverage3 annotate命令用执行信息注释源文件"
},
{
"name": "test_python3-coverage_coverage3_annotate__upper_o",
"desc": "使用coverage3 annotate命令将注释输出到指定目录"
},
{
"name": "test_python3-coverage_coverage3_combine",
"desc": "使用coverage3 combine命令合并多个覆盖率数据文件"
},
{
"name": "test_python3-coverage_coverage3_erase",
"desc": "使用coverage3 erase命令清除之前收集的覆盖率数据"
},
{
"name": "test_python3-coverage_coverage3_help",
"desc": "使用coverage3 help命令获取使用帮助"
},
{
"name": "test_python3-coverage_coverage3_debug",
"desc": "使用coverage3 debug命令显示coverage.py的内部信息"
},
{
"name": "test_python3-coverage_coverage3_run__upper_l",
"desc": "使用coverage3 run命令测量指定行号的代码覆盖率"
},
{
"name": "test_python3-coverage_coverage3_run__upper_a",
"desc": "使用coverage3 run命令添加数据文件到现有覆盖率数据"
},
{
"name": "test_python3-coverage_coverage3_run__upper_p",
"desc": "使用coverage3 run命令并行模式运行程序"
},
{
"name": "test_python3-coverage_coverage3_run__upper_r",
"desc": "使用coverage3 run命令递归模式测量子目录的覆盖率"
},
{
"name": "test_python3-coverage_coverage3_run__upper_t",
"desc": "使用coverage3 run命令跟踪模式测量覆盖率"
},
{
"name": "test_python3-coverage_coverage3_run__upper_c",
"desc": "使用coverage3 run命令使用C扩展模式测量覆盖率"
},
{
"name": "test_python3-coverage_coverage3_run__upper_x",
"desc": "使用coverage3 run命令排除指定文件的覆盖率测量"
},
{
"name": "test_python3-coverage_coverage3_run__upper_i",
"desc": "使用coverage3 run命令忽略指定文件的覆盖率测量"
},
{
"name": "test_python3-coverage_coverage3_run__upper_d",
"desc": "使用coverage3 run命令指定数据文件目录"
},
{
"name": "test_python3-coverage_coverage3_run__upper_e",
"desc": "使用coverage3 run命令排除指定环境的覆盖率测量"
},
{
"name": "test_python3-coverage_python3-coverage_help",
"desc": "测试python3-coverage help命令获取基本使用帮助"
},
{
"name": "test_python3-coverage_python3-coverage_erase",
"desc": "测试python3-coverage erase命令清除之前收集的覆盖率数据"
},
{
"name": "test_python3-coverage_python3-coverage_debug",
"desc": "测试python3-coverage debug命令显示coverage.py内部信息"
},
{
"name": "test_python3-coverage_function_install",
"desc": "测试python3-coverage软件包的安装功能"
},
{
"name": "test_python3-coverage_function_uninstall",
"desc": "测试python3-coverage软件包的卸载功能"
},
{
"name": "test_python3-coverage_function_basic_run",
"desc": "测试使用coverage run执行Python脚本并收集覆盖率数据"
},
{
"name": "test_python3-coverage_function_basic_report",
"desc": "测试使用coverage report生成终端覆盖率报告"
},
{
"name": "test_python3-coverage_function_html_report",
"desc": "测试使用coverage html生成HTML格式的详细覆盖率报告"
},
{
"name": "test_python3-coverage_function_combine",
"desc": "测试合并多个覆盖率数据文件"
},
{
"name": "test_python3-coverage_function_erase",
"desc": "测试清除已收集的覆盖率数据文件"
}
]
}