测试用例类:
AttributeError: 'ApiCase' object has no attribute 'test_sendAuthCode'说明你的变量ApiCase没有属性test_sendAuthCode,你看看这个报错所在代码,输出这个变量看看
你先使用unittest.main试一下,看看是不是格式的问题