selenium ddt调试单个用例时报 AttributeError: type object ... has no attribute

使用ddt做数据驱动,调试单个用例时,遇到报错:AttributeError: type object ...,

一脸懵逼,不用ddt运行时好好的,用到ddt报错

Error
Traceback (most recent call last):
  File "C:\Python37\lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Python37\lib\unittest\case.py", line 615, in run
    testMethod()
  File "C:\Python37\lib\unittest\loader.py", line 34, in testFailure
    raise self._exception
  File "C:\Python37\lib\unittest\loader.py", line 169, in loadTestsFromName
    parent, obj = obj, getattr(obj, part)
AttributeError: type object 'test_aaa' has no attribute 'test_j_xxx'

网上找了一圈,没有找到具体的解决办法。

目前想的是通过@unittest.skip(u"无条件跳过此用例") ,将暂时不调试的用例跳过,执行整个test class

    @unittest.skip(u"无条件跳过此用例")
    def test_a_version_value(self):

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值