setup () 和teardown():运行一次测试函数就会运行一次setup 和teardown 方法,类似于unittest ... 1 import pytest 2 3 def setup_module(): 4 ...
確定! 回上一頁