摘要: 示例: # -*-coding: utf-8 -*- from selenium import webdriver import pytest import time search_list = ['小米','小米手机','小米10s','红米','耳机'] def setup_module(): 阅读全文
posted @ 2021-08-30 21:55 Avicii_2018 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 示例: # -*- coding: utf-8 -*- ''' 业务逻辑相同,输入参数量较大, 使用 pyetst内置装饰器@pytest.mark.parametrize('参数名',参数列表) ''' import pytest @pytest.mark.parametrize('x,y',[( 阅读全文
posted @ 2021-08-30 20:49 Avicii_2018 阅读(46) 评论(0) 推荐(0) 编辑