会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
测试空间
博客园
首页
新随笔
联系
管理
订阅
2017年7月17日
单元测试框架 unittest 的运行方法if __name__ == '__main__': unittest.main()
摘要: 1. 测试用例实例根据测试的特点分组在一起。 unittest为此提供了一个机制:测试套件由unittest's TestSuiteclass widgetTestSuite = unittest 。TestSuite () widgetTestSuite 。addTest (WidgetTestC
阅读全文
posted @ 2017-07-17 13:47 开始了吗
阅读(2405)
评论(0)
推荐(0)
编辑
公告