在测试类里手欠加了个:
def __init__(self):
...
运行执行测试类时提示No tests were found Empty suite
把 ··· 换成pass也不行,必须这个init整个删掉。
微信扫一扫
在测试类里手欠加了个:
def __init__(self):
...
运行执行测试类时提示No tests were found Empty suite
把 ··· 换成pass也不行,必须这个init整个删掉。
相关推荐