摘要:
一、xlrd模块初体验 1. xlrd的一些基本用法 # coding:utf-8 import xlrd #导入xlrd库 file = 'G:\ImoocInterface\excel\interface_test.xlsx' #excel文件地址 data = xlrd.open_workbo 阅读全文
摘要:
1. 下载HTMLTestRunner,放到Python安装目录的Lib下 导入验证一下,没有报错,说明是成功的 二、代码实现部分 1. RunMain模块: #coding=utf-8 import requests import json class RunMain: """无构造器""" de 阅读全文