• 这些是我最近学习Python的知识记录,如果有错的地方,欢迎大家指出,
  • 【学习记录】python单元测试报错 empty test suite

    1. 每个测试用例函数的名字需要以 test_  开始,否则就出提示这个错误

    例如: def test_hello(self):

                       print("hello")

     

    posted @ 2018-08-16 16:15  呵呵de大笑  Views(1544)  Comments(0)    收藏  举报