摘要: 单元测试 unittest单元测试是基于java的JUnit思想框架开发出来的测试框架 使用示例1 import unittest class Mytest1(unittest.TestCase): def test_a(self):#用例必须已test开头 self.assertEqual(1,1 阅读全文
posted @ 2018-12-02 22:21 RainBol 阅读(208) 评论(0) 推荐(0) 编辑
Live2D