# ApiRunner **Repository Path**: DelFung/ApiRunner ## Basic Information - **Project Name**: ApiRunner - **Description**: API 自动化测试框架 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-10 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 运行 执行main.py 即可! ### 生成requirement.txt文件 1. 安装pipreqs库 ``` pip install pipreqs ``` 2. 执行生成语句 ``` pipreqs . --encoding=utf8 --force ```