ui_auto_test/public/common/Consts.py

20 lines
284 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : 2019/11/1 21:40
# @Author : mrwuzs
# @Site :
# @File : Consts.py
# @Software: PyCharm
"""
接口全局变量
"""
# 接口响应时间list单位毫秒
STRESS_LIST = []
# 接口执行结果list
RESULT_LIST = []