Commit 10c8b24b by erwan

检测轮询scm模式

parent 8b9bff10
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
# Datetime: 2024/1/4 11:31 # Datetime: 2024/1/4 11:31
# Description: # Description:
# 主要创建自定固件 # 主要创建自定固件
# 测试轮询的测试内容
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import pytest import pytest
from InterfaceAutoTest.common.db import DB from InterfaceAutoTest.common.db import DB
...@@ -26,4 +27,4 @@ def db_fix(): ...@@ -26,4 +27,4 @@ def db_fix():
def req_fix(): def req_fix():
# 创建RequestsMethod类对象 # 创建RequestsMethod类对象
req = RequestsMethod() req = RequestsMethod()
yield req yield req
\ No newline at end of file
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