用python实现接口测试自动化(使用pytest、requests)

import pytest import requests import json import hashlib import random import webbrowser #@pytest.fixture装饰器传递测试数据,函数间传递 @pytest.fixture(scope='function') #不以test_开头,不做为用例 def a(): #生成一个1234567到9
相关文章
相关标签/搜索