Files
os-autotest/suite2cases/function_test/pkg_test/python-tqdm/python-tqdm-help.json

46 lines
1.5 KiB
JSON

{
"path": "$OET_PATH/testcases/function_test/pkg_test/python-tqdm/python-tqdm-help",
"machine num": 1,
"cases": [
{
"name": "test_python-tqdm-help_install",
"desc": "测试通过pip安装python-tqdm-help软件包"
},
{
"name": "test_python-tqdm-help_uninstall",
"desc": "测试通过pip卸载python-tqdm-help软件包"
},
{
"name": "test_python-tqdm-help_import",
"desc": "测试成功导入python-tqdm-help模块"
},
{
"name": "test_python-tqdm-help_basic_usage",
"desc": "测试使用python-tqdm-help创建基础进度条"
},
{
"name": "test_python-tqdm-help_total_iter",
"desc": "测试进度条总迭代次数设置"
},
{
"name": "test_python-tqdm-help_desc_set",
"desc": "测试进度条描述信息设置"
},
{
"name": "test_python-tqdm-help_nested_bars",
"desc": "测试嵌套进度条功能"
},
{
"name": "test_python-tqdm-help_file_write",
"desc": "测试进度条输出重定向到文件"
},
{
"name": "test_python-tqdm-help_disable",
"desc": "测试禁用进度条显示功能"
},
{
"name": "test_python-tqdm-help_version",
"desc": "测试获取软件包版本信息"
}
]
}