30 lines
970 B
JSON
30 lines
970 B
JSON
{
|
|
"path": "$OET_PATH/testcases/function_test/pkg_test/python-mkdocs/python-mkdocs-help",
|
|
"machine num": 1,
|
|
"cases": [
|
|
{
|
|
"name": "test_python-mkdocs-help_function_init",
|
|
"desc": "Test package initialization"
|
|
},
|
|
{
|
|
"name": "test_python-mkdocs-help_function_install",
|
|
"desc": "Test package installation via pip"
|
|
},
|
|
{
|
|
"name": "test_python-mkdocs-help_function_uninstall",
|
|
"desc": "Test package removal via pip"
|
|
},
|
|
{
|
|
"name": "test_python-mkdocs-help_function_import",
|
|
"desc": "Test successful import of the package"
|
|
},
|
|
{
|
|
"name": "test_python-mkdocs-help_function_version",
|
|
"desc": "Test checking the package version"
|
|
},
|
|
{
|
|
"name": "test_python-mkdocs-help_function_help_cmd",
|
|
"desc": "Test command line help output"
|
|
}
|
|
]
|
|
} |