basic-auto-test/util/temporary_data.py

12 lines
352 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.

# -*- coding: utf-8 -*-
# -------------------------------
# @文件temporary_data.py
# @时间2024/4/11 上午10:12
# @作者caiweichao
# @功能描述:临时数据文件(通过 python 的反射机制在测试运行时存储临时数据的地方)
# -------------------------------
class BasicData:
cookies = None
session = None