最近在使用unittest.TestCase的时候发现的问题,这个框架下不是方法会自己执行的吗,为什么我这一执行什么都没有。
1.想要自动测试的函数,必须加前缀test2.必须执行unittest.main()