- 博客(1)
- 资源 (28)
- 收藏
- 关注
原创 Python单元测试练习
在unittest.main()来启动单元测试的测试模块 1.1 测试模块类中的函数 import unittest class TestClass: def __init__(self): pass def sum(self, x, y): return x + y def sub(self, x, y): return x -
2017-08-21 22:44:38 433
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人