摘要: 平台分析 页面模板 adminlte bootstrap jquery django 表 接口表 接口title 描述 接口数量 通过数量 class API(models.Model): """接口表""" api_title = models.CharField(max_length=32, v 阅读全文
posted @ 2020-01-30 13:27 干it的小张 阅读(130) 评论(0) 推荐(0) 编辑
摘要: """A TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance.The simplest way to use this 阅读全文
posted @ 2020-01-30 11:45 干it的小张 阅读(222) 评论(0) 推荐(0) 编辑
摘要: import unittestfrom HTMLTestRunner import HTMLTestRunnerclass MyTestCase(unittest.TestCase): def xxxTest(self): self.assertTrue(2)if __name__ == '__ma 阅读全文
posted @ 2020-01-30 11:29 干it的小张 阅读(143) 评论(0) 推荐(0) 编辑