摘要: 1、安装 pip install pytest 2、pytest默认规则 - 读取以test开头文件夹、文件,函数作为识别函数对象 - 控制台不显示打印 - pytest.main(['参数1','参数2']) import pytest def test_01(): print("test01") 阅读全文
posted @ 2021-10-19 08:49 呆呆蒙蒙 阅读(145) 评论(0) 推荐(0) 编辑