AttributeError: ‘Testcase’ object has no attribute ‘test_add_with_test_data’@ddt
使用DDT运行报错
AttributeError: ‘Testcase’ object has no attribute ‘test_add_with_test_data’@[ddt
根本原因
调用时未增加参数进去,未使用 unittest.TestLoader().loadTestsFromTestCase()的测试套件
修改后
完成调用Test Add的 unittest.TestLoader().loadTestsFromTestCase方法即可
添加TestAdd 类test方法