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

python集合

时间:2017-03-25 23:30:52      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:cal   集合   odi   main   str   highlight   ase   import   p2p   

python集合

# coding=utf-8

import unittest
from test_case import p2p_dail_sta

# 构造测试集
suite = unittest.TestSuite()
suite.addTest(p2p_dail_sta.P2PDailTest(‘test_call‘))

if __name__ == ‘__main__‘:
    # 执行测试
    runner = unittest.TextTestRunner()
    runner.run(suite)

  

python集合

标签:cal   集合   odi   main   str   highlight   ase   import   p2p   

原文地址:http://www.cnblogs.com/lingzeng86/p/6618936.html

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