基于pytest的接口自动化测试工具模板
Project description
AAMT 项目模版
用于生成 基于pytest的接口自动化脚手架
python 版本
3.9
安装最新版本
pip install aamt
指定版本安装
pip install tep==0.1.0
升级aamt
pip install -U aamt
创建项目脚手架
aamt startproject demo
创建项目脚手架(自动创建虚拟环境)
aamt startproject demo -venv
外网速度慢,pandas可能安装失败,推荐用国内镜像
pip --default-timeout=6000 install -i https://pypi.tuna.tsinghua.edu.cn/simple aamt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aamt-0.1.6.tar.gz
(27.3 kB
view hashes)
Built Distribution
aamt-0.1.6-py3-none-any.whl
(31.5 kB
view hashes)