#coding=utf-8 import pytest # 功能函数 def multiply(a,b): return a * b ... setup_method/teardown_method 在每个测试方法开始与结束执行,与setup/treadown级别 ...
確定! 回上一頁