Files
MangoTestingPlatform/MangoActuator/settings/settings.py

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())