python 接口自動化測試框架設計(五)

6、判斷字符串包含,判斷字典是否相等(common_util.py)python #coding:utf-8 import json import operator class CommonUtil: def is_contain(self,str_one,str_two): flag = None if str_one in str_two:
相關文章
相關標籤/搜索