Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

aamt

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aamt

基于pytest的接口自动化测试工具模板

pipPyPI
Version
0.2.5
Maintainers
1

AAMT 项目模版

用于生成 基于pytest的接口自动化脚手架

python 版本

3.9

安装最新版本

pip install aamt

指定版本安装

pip install aamt==0.2.5

升级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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts