摘要: python类库依赖: pip3 install pytestpip3 install allure-pytestpip3 install rerequestspip3 install pytest-repeat 环境依赖 linux: https://docs.qameta.io/allure/# 阅读全文
posted @ 2019-08-23 09:55 Hellolonewolf 阅读(384) 评论(0) 推荐(0) 编辑
摘要: # -*-coding:UTF-8 -*- from locust import HttpLocust, TaskSet, task, TaskSequence, Locust, events import time, socketio, random class SocketClient(object): def __init__(self, host): sel... 阅读全文
posted @ 2019-07-24 10:34 Hellolonewolf 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 一,搭建环境的安装版本 centos ,mysql-5.7.22,node-v9.8.0,Python-3.6.2(注意mysql版本,因为django需要跟mysql兼容) 二,linux 环境的搭建 ps:以下环境大家可以参考其他博主的文档,再次感谢各位大佬的分享跟贡献 安装centos htt 阅读全文
posted @ 2019-07-09 11:26 Hellolonewolf 阅读(613) 评论(0) 推荐(0) 编辑