2019年6月10日

摘要: 同一个目录下 test1.py import unittest class test1(unittest.TestCase): u"类1的测试用例" def test1(self): u"测试用例1" print "test001lalala" def test2(self): u"测试用例2" p 阅读全文
posted @ 2019-06-10 19:04 lbxx 阅读(132) 评论(0) 推荐(0)

导航