You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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 - pypi Package Compare versions

Comparing version
0.2.0
to
0.2.1
+1
-1
aamt/__init__.py

@@ -1,2 +0,2 @@

__version__ = "0.2.0"
__version__ = "0.2.1"
__description__ = "aamt is a api-automation-testing tool to help you write pytest more easily"

@@ -256,3 +256,3 @@ # -*- coding: utf-8 -*-

# @E-mail: 120158568@qq.com,
# @Site: 51automate.cn
# @Site: www.51automate.cn
# @Time: 11月 25, 2022

@@ -281,3 +281,3 @@

# @E-mail: 120158568@qq.com,
# @Site: 51automate.cn
# @Site: www.51automate.cn
# @Time: 11月 25, 2022

@@ -374,3 +374,3 @@

# @E-mail: 120158568@qq.com,
# @Site: 51automate.cn
# @Site: www.51automate.cn
# @Time: 11月 25, 2022

@@ -389,3 +389,3 @@

# @E-mail: 120158568@qq.com,
# @Site: 51automate.cn
# @Site: www.51automate.cn
# @Time: 11月 25, 2022

@@ -1219,3 +1219,3 @@

# @E-mail: 120158568@qq.com,
# @Site: 51automate.cn
# @Site: www.51automate.cn
# @Time: 11月 25, 2022

@@ -1222,0 +1222,0 @@ import pytest

Metadata-Version: 2.1
Name: aamt
Version: 0.2.0
Version: 0.2.1
Summary: 基于pytest的接口自动化测试工具模板

@@ -39,3 +39,3 @@ Home-page: https://github.com/xuefeng365/aamt-template.git

> pip install tep==0.1.0
> pip install aamt==0.2.0

@@ -42,0 +42,0 @@ 升级aamt

[tool.poetry]
name = "aamt"
version = "0.2.0"
version = "0.2.1"
description = "基于pytest的接口自动化测试工具模板"

@@ -5,0 +5,0 @@ authors = ["xuefeng365 <120158568@qq.com>"]

@@ -14,3 +14,3 @@ ## AAMT 项目模版

> pip install tep==0.1.0
> pip install aamt==0.2.0

@@ -17,0 +17,0 @@ 升级aamt

@@ -26,5 +26,5 @@ # -*- coding: utf-8 -*-

'name': 'aamt',
'version': '0.2.0',
'version': '0.2.1',
'description': '基于pytest的接口自动化测试工具模板',
'long_description': '## AAMT 项目模版\n> 用于生成 基于pytest的接口自动化脚手架\n\npython 版本\n\n> 3.9\n\n安装最新版本\n\n> pip install aamt\n\n指定版本安装\n\n> pip install tep==0.1.0\n\n升级aamt\n\n> pip install -U aamt\n\n创建项目脚手架 \n\n> aamt startproject demo\n\n创建项目脚手架(自动创建虚拟环境)\n\n> aamt startproject demo -venv\n\n外网速度慢,pandas可能安装失败,推荐用国内镜像\n\n> pip --default-timeout=6000 install -i https://pypi.tuna.tsinghua.edu.cn/simple aamt\n\n\n\n',
'long_description': '## AAMT 项目模版\n> 用于生成 基于pytest的接口自动化脚手架\n\npython 版本\n\n> 3.9\n\n安装最新版本\n\n> pip install aamt\n\n指定版本安装\n\n> pip install aamt==0.2.0\n\n升级aamt\n\n> pip install -U aamt\n\n创建项目脚手架 \n\n> aamt startproject demo\n\n创建项目脚手架(自动创建虚拟环境)\n\n> aamt startproject demo -venv\n\n外网速度慢,pandas可能安装失败,推荐用国内镜像\n\n> pip --default-timeout=6000 install -i https://pypi.tuna.tsinghua.edu.cn/simple aamt\n\n\n\n',
'author': 'xuefeng365',

@@ -31,0 +31,0 @@ 'author_email': '120158568@qq.com',