摘要: 1,pytest 添加 setup和teardown A, 以特定名称来为所有用例进行设置 1 class TestCase(): 2 def setup_class(self): 3 print(" 在整个类测试开始之前执行一次 ") 4 5 def teardown_class(self): 6 阅读全文
posted @ 2020-07-23 11:03 2020不在低调 阅读(132) 评论(0) 推荐(0)