logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

HTMLTestRunner模块--生成自动化测试报告

#-*- coding: utf-8 -*-#!/usr/bin/python"""A TestRunner for use with the Python unit testing common. Itgenerates a HTML report to show the result at a glance.The simplest way to use this

python连接redis集群

python连接redis集群,安装redis-py-cluster模块pip installredis-py-clusterfrom rediscluster import RedisClusterdef redis_list():'''集群处理:return:'''REDIS_NODES = []redis_str = "99.99.3.12:7006,99.99.3.12:7004,99.9

#python#redis
到底了