E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
pytest.fixture
[接口测试_B] 05 Pytest参数化处理
pytest的参数化方式
pytest.fixture
()方式进行参数化,fixture装饰的函数可以作为参数传入其他函数conftest.py文件中存放参数化函数,可作用于模块内的所有测试用例pytest.mark.parametrize
乐大爷L
·
2018-04-08 19:03
Fixture终结/执行tear down代码
#contentofconftest.py importsmtplib importpytest @
pytest.fixture
(scope="module") defsmtp(request):
xibeichengf
·
2016-05-04 18:00
pytest fixture
#contentofconftest.py importsmtplib importpytest @
pytest.fixture
(scope="module") de
xibeichengf
·
2016-03-23 22:00
上一页
1
2
3
下一页
按字母分类:
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
其他