码迷,mamicode.com
首页 > 编程语言 > 详细

python 接口测试,测试用例的加载问题

时间:2019-07-09 00:18:21      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:add   pytho   order   image   read   reg   testcase   ready   inf   

1.加载单个测试用例:
suite.addTest(order_delivery_doc(‘test_order_ready‘))
技术图片

2.加载整个测试用例类:
suite.addTest(loader.loadTestsFromTestCase(TestRegister))
技术图片

python 接口测试,测试用例的加载问题

标签:add   pytho   order   image   read   reg   testcase   ready   inf   

原文地址:https://blog.51cto.com/7605937/2418080

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!