标签: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)
标签:cal 集合 odi main str highlight ase import p2p
原文地址:http://www.cnblogs.com/lingzeng86/p/6618936.html