Commit c8e9fac6 by huangchengcheng

congtu

parent b750acbe
...@@ -6,9 +6,8 @@ class BaseConfig(): ...@@ -6,9 +6,8 @@ class BaseConfig():
headers = {'Content-Type': 'application/json; charset=utf-8'} headers = {'Content-Type': 'application/json; charset=utf-8'}
# 当前运行的产品名 # 当前运行的产品名
current_product = "bmc" current_product = "bmc"
default_test_case_dir = "test_case/bmc/" default_test_case_dir = "test_case/bmc/"
secs=0.1
class BMCConfig(BaseConfig): class BMCConfig(BaseConfig):
"""斑马信用app的配置类""" """斑马信用app的配置类"""
......
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