增加缓存使用方式

This commit is contained in:
wangjie 2023-09-27 21:43:37 +08:00
parent 7f27093a2d
commit b966cc51d3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from pageApi.login import Login
from utils.cache_handle import CacheHandler
@pytest.fixture(scope="session", autouse=True)
@pytest.fixture(scope="session", autouse=False)
def get_token():
"""获取登录V1的token"""
logger.info("开始用例前置操作")