赞
踩
–workers=n *:多进程运行需要加此参数, n是进程数。默认为1。 –tests-per-worker=n *:多线程运行, n是每个worker运行的最大并发线程数。默认为1
class TestStandardDataset01:
def test1(self):
print('test1执行---------')
time.sleep(2)
def test2(self):
print('test2执行---------')
time.sleep(2)
def test3(self):
print('test3执行---------')
time.sleep(2)
def test4(self):
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。