在测试类里手欠加了个:
def __init__(self):
...
运行执行测试类时提示No tests were found Empty suite
把 ··· 换成pass也不行,必须这个init整个删掉。
no tests were found Empty suite
阅读 91
2023-05-23
在测试类里手欠加了个:
def __init__(self):
...
运行执行测试类时提示No tests were found Empty suite
把 ··· 换成pass也不行,必须这个init整个删掉。
相关推荐
精彩评论(0)