mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
13 lines
407 B
Python
13 lines
407 B
Python
# -*- coding: utf-8 -*-
|
|
# @Project: auto_test
|
|
# @Description:
|
|
# @Time : 2023-08-11 11:08
|
|
# @Author : 毛鹏
|
|
# ↓-----------------------------------数据源选择-----------------------------------↓
|
|
GLOBAL_EXCEPTION_CAPTURE = False
|
|
# ↑-----------------------------------数据源选择-----------------------------------↑
|
|
|
|
|
|
if __name__ == '__main__':
|
|
print("Global exception capture".upper())
|