08 2021 档案
摘要:pytest.ini配置文件(作用:用来修改配置pytest默认的运行规则) pytest.ini放在项目根目录,文件名字固定 常用配置介绍(⚠️不能出现中文注释) #coding=utf-8 [pytest] filterwarnings = error ignore::UserWarning i
阅读全文
摘要:Pytest规则介绍 测试文件以test_开头,或_test结尾 测试类以Test开头,且不能有__init__方法 测试函数以test_开头 Pytest简单demo class TestCase001: def sum(self, x): return x + 3 def test_001(se
阅读全文
摘要:下面都是资深搬砖师 展示本站所有友情站点,排列不分先后! 友链信息 博客名称:Bruin博客网址:https://www.cnblogs.com/Bruin/博客介绍:热爱生活,享受人生· join us 如需友链,欢迎留言告知,格式如下 字段字义
阅读全文

浙公网安备 33010602011771号