摘要: 前言 1.使用库:pytest 6.1.0 2.使用库:pytest-xdist 2.2.0 运行分布式的测试代码: 1 import pytest,time 2 3 def test_01(): 4 time.sleep(3) 5 print(' test01 ') 6 7 def test_02 阅读全文
posted @ 2021-01-05 15:10 倚楼$听风雨 阅读(558) 评论(0) 推荐(0) 编辑