python 17篇 unittest单元测试框架
摘要:单元测试:开发程序的人自己测试自己的代码 unittest自动化测试框架 1、单元测试 import unittest def add(a,b): return a+b # 在运行时不要用run unittest in xxx,否则不能生成测试报告 class TestAdd(unittest.Te
阅读全文
posted @ 2020-10-24 17:30
posted @ 2020-10-24 17:30
posted @ 2020-10-24 17:05
posted @ 2020-10-09 23:28
posted @ 2020-10-09 22:56