小楼一夜听春

导航

2018年5月4日 #

转载-Python单元测试框架——unittest

摘要: 一、Pyhon工作原理—— 核心概念:test case, testsuite, TestLoder,TextTestRunner,TextTestResult, test fixture TestCase(测试用例): 所有测试用例的基类,它是软件 测试中最基本的组成单元。 一个test case 阅读全文

posted @ 2018-05-04 10:54 小楼一夜听春 阅读(298) 评论(0) 推荐(1) 编辑