摘要: 写文章 pytes 一、用例编写规则 1.unittest提供了test cases、test suites、test fixtures、test runner相关的类,让测试更加明确、方便、可控。使用unittest编写用例,必须遵守以下规则: (1)测试文件必须先import unittest 阅读全文
posted @ 2021-06-27 20:25 测试人员-凯 阅读(288) 评论(0) 推荐(0)