随笔分类 - unittest
摘要:1: pip3 install ddt 2:
阅读全文
摘要:1. HTMLTestRunner.py 代码(python3)如下: python2: https://github.com/tungwaiyip/HTMLTestRunner 1 """ 2 A TestRunner for use with the Python unit testing fr
阅读全文
摘要:内容总括 一. 初始化 二. 执行顺序 三. 断言 四. 报告 五. 其他 1. setUp 与 tearDown 有几个test,就执行几次setUp 与 tearDown,浪费资源 有几个test,就执行几次setUp 与 tearDown,浪费资源 2. setUpClass 与 tearDo
阅读全文