11 2022 档案

摘要:在开始学习python时, 运行一段代码用的都是main方法,如下 import pytest class TestOrder: def test_001(self): print('用例1') def test_002(self): print('用例2') if __name__ == '__m 阅读全文
posted @ 2022-11-13 22:49 博无止境 阅读(162) 评论(0) 推荐(0)