Commit 47254923 by zhihua

修改11

parent 386d496b
......@@ -33,4 +33,4 @@ def pytest_collection_modifyitems(items):
# item表示每个测试用例,解决用例名称中文显示问题
for item in items:
item.name = item.name.encode("utf-8").decode("unicode-escape")
item._nodeid = item._nodeid.encode("utf-8").decode("unicode-escape")
\ No newline at end of file
item._nodeid = item._nodeid.encode("utf-8").decode("unicode-escape")
......@@ -5,7 +5,7 @@
# Author: xxxxxxx
# Datetime: 2024/1/4 11:14
# Description:
#
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# ---------------------------------------------------------------------------
import logging
import allure
......@@ -68,4 +68,4 @@ class TestTemple:
if __name__ == '__main__':
pytest.main()
\ No newline at end of file
pytest.main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment