在测试代码时,遇到这样的错误:
源代码
output:
ERROR: test_name_function (unittest.loader._FailedTest)
AttributeError: module '__main__' has no attribute 'test_name_function'
只需修改源代码为:
即可。
参考:https://blog.csdn.net/qq_33620484/article/details/85206738
在测试代码时,遇到这样的错误:
源代码
output:
ERROR: test_name_function (unittest.loader._FailedTest)
AttributeError: module '__main__' has no attribute 'test_name_function'
只需修改源代码为:
即可。
参考:https://blog.csdn.net/qq_33620484/article/details/85206738