pytest.ini详解
[pytest]
timeout = 1500
addopts = -v -s -p no:warnings
log_cli = true
;NOTSET, DEBUG, INFO, WARNING, ERROR, CRITICAL
log_cli_level = NOTSET
log_cli_format = [%(asctime)s][%(levelname)s] %(pathname)s:%(lineno)s: %(message)s
log_cli_date_format=%Y-%m-%d %H:%M:%S
usefixtures = py_setproctitle
https://www.cnblogs.com/xyztank/articles/13466080.html
https://blog.csdn.net/u011035397/article/details/109550202
https://docs.pytest.org/en/6.2.x/customize.html
标签:cli,pytest,ini,https,详解,log From: https://www.cnblogs.com/michaelcjl/p/16903890.html