34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"path": "$OET_PATH/testcases/function_test/pkg_test/python-PyLaTeX/python3-PyLaTeX",
|
|
"machine num": 1,
|
|
"cases": [
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_install",
|
|
"desc": "测试python3-PyLaTeX软件包的安装功能是否正常"
|
|
},
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_import",
|
|
"desc": "测试能否成功导入PyLaTeX模块"
|
|
},
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_create_doc",
|
|
"desc": "测试使用PyLaTeX创建基本LaTeX文档对象"
|
|
},
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_add_section",
|
|
"desc": "测试向文档中添加章节"
|
|
},
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_add_math",
|
|
"desc": "测试向文档中添加数学公式"
|
|
},
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_generate_pdf",
|
|
"desc": "测试生成PDF文档"
|
|
},
|
|
{
|
|
"name": "test_python3-PyLaTeX_function_uninstall",
|
|
"desc": "测试python3-PyLaTeX软件包的卸载功能是否正常"
|
|
}
|
|
]
|
|
} |