@pytest.fixture(scope="module"). 默认是function,可以选择function, class, module, package 或session。 fixture 都是在test 第一次调用时创建, ...
確定! 回上一頁