摘要: 介绍 python 自带的测试框架,使用时不需要进行导包 组成: TestFixture 测试之前或之后需要做的一些操作,常用的有setUp,tearDown,setUpClass,tearDownClass,setUpModel,tearDownModer Fixture 注意事项: 使用Fixt 阅读全文
posted @ 2022-01-01 09:33 chuangzhou 阅读(101) 评论(0) 推荐(0)