Commit 0748a2d0 by yyr

测试scm轮询模式

parent 3953ce2e
...@@ -4,13 +4,15 @@ ...@@ -4,13 +4,15 @@
# FileName: __init__.py # FileName: __init__.py
# Author: toast # Author: toast
# Datetime: 2024/9/7 上午9:14 # Datetime: 2024/9/7 上午9:14
# Description: # Description:测试轮询模式
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import logging import logging
import os import os
import time import time
"""
pytest数去报告插件:putest-html,pip install pytest-html
"""
def log(name="toast"): def log(name="toast"):
logger = logging.getLogger(name) logger = logging.getLogger(name)
......
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