解决:TypeError: object() takes no parameters

Posted cnhkzyy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决:TypeError: object() takes no parameters相关的知识,希望对你有一定的参考价值。

运行测试用例时发现以下报错

Ran 1 test in 22.505s

FAILED (errors=1)

Error
Traceback (most recent call last):
  File "D:Programpython34libunittestcase.py", line 58, in testPartExecutor
    yield
  File "D:Programpython34libunittestcase.py", line 580, in run
    testMethod()
  File "D:python_workshopappium_frameworkTestCases	est_login.py", line 37, in test_login_success
    LoginPage(self.driver).input_phoneNumber("1868XXXX553")
TypeError: object() takes no parameters

真是醉了:def __init__函数写错了,

技术分享图片

改过来就好了

技术分享图片

 

以上是关于解决:TypeError: object() takes no parameters的主要内容,如果未能解决你的问题,请参考以下文章

python框架Scrapy报错TypeError: 'float' object is not iterable解决

TypeError: ‘float‘ object is not subscriptable 已解决

python框架Scrapy报错TypeError: 'float' object is not iterable解决

将 Bot 部署到 Heroku 时如何解决 TypeError?

TypeError: Object of type 'int32' is not JSON serializable ——已解决

TypeError: Object of type datetime is not JSON serializable问题解决