增加缓存使用方式
This commit is contained in:
parent
7f27093a2d
commit
b966cc51d3
|
@ -12,7 +12,7 @@ from pageApi.login import Login
|
||||||
from utils.cache_handle import CacheHandler
|
from utils.cache_handle import CacheHandler
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="session", autouse=True)
|
@pytest.fixture(scope="session", autouse=False)
|
||||||
def get_token():
|
def get_token():
|
||||||
"""获取登录V1的token"""
|
"""获取登录V1的token"""
|
||||||
logger.info("开始用例前置操作")
|
logger.info("开始用例前置操作")
|
||||||
|
|
Loading…
Reference in New Issue