用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
相關文章
相關標籤/搜索