pytest-auto-api2-cli 0.2.0__tar.gz → 0.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/PKG-INFO +3 -12
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/README.md +2 -11
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pyproject.toml +3 -3
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/__init__.py +1 -1
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/cli.py +910 -898
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/PKG-INFO +3 -12
- pytest_auto_api2_cli-0.2.1/pytest_auto_api2_cli.egg-info/entry_points.txt +2 -0
- pytest_auto_api2_cli-0.2.0/pytest_auto_api2_cli.egg-info/entry_points.txt +0 -2
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/cli.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/common/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/common/setting.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/runtime/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/runtime/api.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/runtime/loader.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/SOURCES.txt +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/dependency_links.txt +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/requires.txt +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/top_level.txt +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/run.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/setup.cfg +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_addtool.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_delete_tool.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_tool_list.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_update_tool.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Login/test_login.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/UserInfo/test_get_user_info.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/conftest.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/assertion/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/assertion/assert_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/assertion/assert_type.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/cache_process/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/cache_process/cache_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/cache_process/redis_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/log_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/log_decorator.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/run_time_decorator.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/mysql_tool/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/mysql_tool/mysql_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/ding_talk.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/lark.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/send_mail.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/wechat_send.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/address_detection.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/allure_data/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/allure_data/allure_report_data.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/allure_data/allure_tools.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/allure_data/error_case_excel.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/exceptions.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/get_local_ip.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/install_tool/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/install_tool/install_requirements.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/jsonpath_date_replace.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/models.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/thread_tool.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/case_automatic_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/clean_files.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/excel_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/get_all_files_path.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/get_yaml_data_analysis.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/regular_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/swagger_for_yaml.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/testcase_template.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/yaml_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/recording/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/recording/mitmproxy_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/dependent_case.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/encryption_algorithm_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/request_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/set_current_request_cache.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/teardown_control.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/times_tool/__init__.py +0 -0
- {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/times_tool/time_control.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pytest-auto-api2-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: CLI for generating and running pytest-auto-api2 test cases.
|
|
5
5
|
Requires-Python: >=3.8
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -23,10 +23,8 @@ Requires-Dist: xlwings==0.27.7
|
|
|
23
23
|
|
|
24
24
|
本框架主要是基于 Python + pytest + allure + log + yaml + mysql + redis + 钉钉通知 + Jenkins 实现的接口自动化框架。
|
|
25
25
|
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
* 技术支持邮箱: 1603453211@qq.com
|
|
29
|
-
* 个人博客地址: [https://blog.csdn.net/weixin_43865008](https://blog.csdn.net/weixin_43865008)
|
|
26
|
+
* 项目参与者: dawei
|
|
27
|
+
* 技术支持邮箱: 2509291624@qq.com
|
|
30
28
|
|
|
31
29
|
如果对您有帮助,请点亮 小星星 以表支持,谢谢
|
|
32
30
|
|
|
@@ -66,7 +64,6 @@ Requires-Dist: xlwings==0.27.7
|
|
|
66
64
|
* 可以添加微信: being_chaoren, 添加微信会将你拉倒自动化交流群中,群内有很多热心的小伙伴,但是前提是希望你已经阅读了文档中的所有内容
|
|
67
65
|
* 你也可以请作者为你解答,当然我不是免费的
|
|
68
66
|
|
|
69
|
-

|
|
70
67
|
|
|
71
68
|
## 目录结构
|
|
72
69
|
|
|
@@ -937,9 +934,3 @@ _框架内容会随着大家的反馈,持续更新!邮箱地址:1602343211
|
|
|
937
934
|
[重构] 新增多业务逻辑依赖处理,统一改成yaml文件中维护用例,无需编写代码,基于V1.0版本进行重构
|
|
938
935
|
* [查看更多记录点此查看](https://gitee.com/yu_xiao_qi/pytest-auto-api2/wikis/Home)
|
|
939
936
|
|
|
940
|
-
## 赞赏
|
|
941
|
-
|
|
942
|
-
如果这个库有帮助到你并且你很想支持库的后续开发和维护,那么你可以扫描下方二维码随意打赏我,我将不胜感激
|
|
943
|
-
|
|
944
|
-
 
|
|
945
|
-
|
|
@@ -3,10 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
本框架主要是基于 Python + pytest + allure + log + yaml + mysql + redis + 钉钉通知 + Jenkins 实现的接口自动化框架。
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* 技术支持邮箱: 1603453211@qq.com
|
|
9
|
-
* 个人博客地址: [https://blog.csdn.net/weixin_43865008](https://blog.csdn.net/weixin_43865008)
|
|
6
|
+
* 项目参与者: dawei
|
|
7
|
+
* 技术支持邮箱: 2509291624@qq.com
|
|
10
8
|
|
|
11
9
|
如果对您有帮助,请点亮 小星星 以表支持,谢谢
|
|
12
10
|
|
|
@@ -46,7 +44,6 @@
|
|
|
46
44
|
* 可以添加微信: being_chaoren, 添加微信会将你拉倒自动化交流群中,群内有很多热心的小伙伴,但是前提是希望你已经阅读了文档中的所有内容
|
|
47
45
|
* 你也可以请作者为你解答,当然我不是免费的
|
|
48
46
|
|
|
49
|
-

|
|
50
47
|
|
|
51
48
|
## 目录结构
|
|
52
49
|
|
|
@@ -917,9 +914,3 @@ _框架内容会随着大家的反馈,持续更新!邮箱地址:1602343211
|
|
|
917
914
|
[重构] 新增多业务逻辑依赖处理,统一改成yaml文件中维护用例,无需编写代码,基于V1.0版本进行重构
|
|
918
915
|
* [查看更多记录点此查看](https://gitee.com/yu_xiao_qi/pytest-auto-api2/wikis/Home)
|
|
919
916
|
|
|
920
|
-
## 赞赏
|
|
921
|
-
|
|
922
|
-
如果这个库有帮助到你并且你很想支持库的后续开发和维护,那么你可以扫描下方二维码随意打赏我,我将不胜感激
|
|
923
|
-
|
|
924
|
-
 
|
|
925
|
-
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pytest-auto-api2-cli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "CLI for generating and running pytest-auto-api2 test cases."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -25,11 +25,11 @@ dependencies = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
[project.scripts]
|
|
28
|
-
|
|
28
|
+
casego = "pytest_auto_api2.cli:main"
|
|
29
29
|
|
|
30
30
|
[tool.setuptools]
|
|
31
31
|
py-modules = ["cli", "run"]
|
|
32
32
|
|
|
33
33
|
[tool.setuptools.packages.find]
|
|
34
34
|
where = ["."]
|
|
35
|
-
include = ["common*", "utils*", "test_case*", "pytest_auto_api2*"]
|
|
35
|
+
include = ["common*", "utils*", "test_case*", "pytest_auto_api2*"]
|