摘要: 结果: 阅读全文
posted @ 2016-09-19 14:10 梦紫莹 阅读(256) 评论(0) 推荐(0)
摘要: 官网文档地址如下:https://docs.python.org/2.7/library/unittest.html?highlight=unittest#test-cases unittest, 又叫PyUnit, 支持测试自动化,共享测试setup(setUp()方法)和shutdown(tea 阅读全文
posted @ 2016-09-12 18:03 梦紫莹 阅读(293) 评论(0) 推荐(0)
摘要: 1.1 测试模块中的函数: 被测模块: ? 1 2 3 4 5 6 #!/usr/bin/env python #encoding: utf-8 def sum( x, y): return x+y def sub( x, y): return x-y ? 1 2 3 4 5 6 #!/usr/bi 阅读全文
posted @ 2016-09-12 16:11 梦紫莹 阅读(155) 评论(0) 推荐(0)
摘要: 今天是我开通博客的日子,以后我就用它来记录学习笔记,学习心得 阅读全文
posted @ 2016-09-12 15:55 梦紫莹 阅读(70) 评论(0) 推荐(0)