# pybot **Repository Path**: flinttina/pybot ## Basic Information - **Project Name**: pybot - **Description**: 综合pytest及各种框架,打造全协议的功能、性能、稳定性的测试解决方案,并力争智能化。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-10 - **Last Updated**: 2026-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pybot ## 启动环境 ```terminal # clone git clone https://git-lfs.ppgame.com/qa/pybot.git # 生成虚拟环境 python -m venv env # 启动虚拟环境 ./env/Scripts/activate # 下载模块 pip install -r requirements.txt ``` ## 数据工厂 ```terminal # 所有造数脚本,默认在工程的根目录执行。 # 造消极行为的数据 # 参数说明 python .\data_factory\generate_negative_data.py -h # 范例 python .\data_factory\generate_negative_data.py --env q8 --uid 139896591 --modeType 2 --modeID 1001 --map 9005 --type 1 ```