摘要:
组织分层: 1、普通方式,和unittest分层类似: setup_module() # 通常放在类外 setup_class(cls) setup(self) teardown(self) teardown_class(cls) teardown_module() 2、pytest特有的分层方式 阅读全文
posted @ 2018-04-18 16:32
who_care
阅读(610)
评论(0)
推荐(0)