51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#mian
pytest执行时mian函数传参
在代码中执行pytest可以通过main函数加参数来指定运行规则时,参数需要放在列表或者元祖中#pytest.main(["--html=report.html"])#pytest.main(["--collect-only"])#展示所有测试用例#pytest.main(["-k","11"])#使用指定表达式运行希...
IT猿
·
2020-03-27
pytest
行时
mian
函数
传参
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他