pytest-运行次序(1)

今天来看下pytest的运行次序 (1)准备这样一个测试脚本,test_py_01.pyhtml import pytest class Test01: def setup_class(self): print('setup_class') def teardown_class(self): print('teardown_class')
相关文章
相关标签/搜索