@pytest.fixture(scope="module"). 默認是function,可以選擇function, class, module, package 或session。 fixture都是在test第一次調用時創建, ...
確定! 回上一頁