一、Fixture夹具,@pytest.fixture

(params=["参数1", ”参数2“],  ids=["用例1", "用例2"])

Pytest学习-Fixture参数_pytest

带上ids

Pytest学习-Fixture参数_pytest_02

PS:fixture主要的目的是处理前置跟后置,测试数据不是主要,测试数据是单独管理!!!!!!!!