摘要:
在pytest中也有类似于unittest中的setup和teardown功能的默认函数或方法: 函数级(setup_function/teardown_function) 方法级(setup_method/teardown_method) 类级(setup_class/teardown_class 阅读全文
posted @ 2020-12-15 17:16
eastonliu
阅读(611)
评论(1)
推荐(0)
Believe in yourself.