51Testing软件测试论坛
标题:
关于unittest单元测试框架问题。。
[打印本页]
作者:
keith_yy
时间:
2016-4-6 17:07
标题:
关于unittest单元测试框架问题。。
左上图为被测试类,右图为测试左图的代码。
TypeError: this constructor takes no arguments 说是这个构造函数木有参数。。。啥情况,求指明
作者:
若尘_51
时间:
2016-4-7 09:00
def _init_(self,a,b)写错啦---> def
__
init
__
(self,a,b):
作者:
若尘_51
时间:
2016-4-7 09:13
def _init_(self,a,b): 写错了 ----> def _
_
init_
_
(self,a,b):
作者:
keith_yy
时间:
2016-4-7 16:09
若尘_51 发表于 2016-4-7 09:13
def _init_(self,a,b): 写错了 ----> def __init__(self,a,b):
果然是少写了两个下划线
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2