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.
Files changed (79) hide show
  1. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/PKG-INFO +3 -12
  2. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/README.md +2 -11
  3. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pyproject.toml +3 -3
  4. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/__init__.py +1 -1
  5. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/cli.py +910 -898
  6. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/PKG-INFO +3 -12
  7. pytest_auto_api2_cli-0.2.1/pytest_auto_api2_cli.egg-info/entry_points.txt +2 -0
  8. pytest_auto_api2_cli-0.2.0/pytest_auto_api2_cli.egg-info/entry_points.txt +0 -2
  9. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/cli.py +0 -0
  10. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/common/__init__.py +0 -0
  11. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/common/setting.py +0 -0
  12. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/runtime/__init__.py +0 -0
  13. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/runtime/api.py +0 -0
  14. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2/runtime/loader.py +0 -0
  15. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/SOURCES.txt +0 -0
  16. {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
  17. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/pytest_auto_api2_cli.egg-info/requires.txt +0 -0
  18. {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
  19. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/run.py +0 -0
  20. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/setup.cfg +0 -0
  21. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_addtool.py +0 -0
  22. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_delete_tool.py +0 -0
  23. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_tool_list.py +0 -0
  24. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Collect/test_collect_update_tool.py +0 -0
  25. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/Login/test_login.py +0 -0
  26. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/UserInfo/test_get_user_info.py +0 -0
  27. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/__init__.py +0 -0
  28. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/test_case/conftest.py +0 -0
  29. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/__init__.py +0 -0
  30. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/assertion/__init__.py +0 -0
  31. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/assertion/assert_control.py +0 -0
  32. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/assertion/assert_type.py +0 -0
  33. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/cache_process/__init__.py +0 -0
  34. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/cache_process/cache_control.py +0 -0
  35. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/cache_process/redis_control.py +0 -0
  36. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/__init__.py +0 -0
  37. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/log_control.py +0 -0
  38. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/log_decorator.py +0 -0
  39. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/logging_tool/run_time_decorator.py +0 -0
  40. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/mysql_tool/__init__.py +0 -0
  41. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/mysql_tool/mysql_control.py +0 -0
  42. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/__init__.py +0 -0
  43. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/ding_talk.py +0 -0
  44. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/lark.py +0 -0
  45. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/send_mail.py +0 -0
  46. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/notify/wechat_send.py +0 -0
  47. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/__init__.py +0 -0
  48. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/address_detection.py +0 -0
  49. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/allure_data/__init__.py +0 -0
  50. {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
  51. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/allure_data/allure_tools.py +0 -0
  52. {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
  53. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/exceptions.py +0 -0
  54. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/get_local_ip.py +0 -0
  55. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/install_tool/__init__.py +0 -0
  56. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/install_tool/install_requirements.py +0 -0
  57. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/jsonpath_date_replace.py +0 -0
  58. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/models.py +0 -0
  59. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/other_tools/thread_tool.py +0 -0
  60. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/__init__.py +0 -0
  61. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/case_automatic_control.py +0 -0
  62. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/clean_files.py +0 -0
  63. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/excel_control.py +0 -0
  64. {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
  65. {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
  66. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/regular_control.py +0 -0
  67. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/swagger_for_yaml.py +0 -0
  68. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/testcase_template.py +0 -0
  69. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/read_files_tools/yaml_control.py +0 -0
  70. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/recording/__init__.py +0 -0
  71. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/recording/mitmproxy_control.py +0 -0
  72. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/__init__.py +0 -0
  73. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/dependent_case.py +0 -0
  74. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/encryption_algorithm_control.py +0 -0
  75. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/request_control.py +0 -0
  76. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/set_current_request_cache.py +0 -0
  77. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/requests_tool/teardown_control.py +0 -0
  78. {pytest_auto_api2_cli-0.2.0 → pytest_auto_api2_cli-0.2.1}/utils/times_tool/__init__.py +0 -0
  79. {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.0
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
- * git地址: [https://gitee.com/yu_xiao_qi/pytest-auto-api2](https://gitee.com/yu_xiao_qi/pytest-auto-api2)
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
- ![img.png](Files/image/wechat.png)
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
- ![img_1.png](Files/image/img_1.png) ![img_1.png](Files/image/weixin_pay.png)
945
-
@@ -3,10 +3,8 @@
3
3
 
4
4
  本框架主要是基于 Python + pytest + allure + log + yaml + mysql + redis + 钉钉通知 + Jenkins 实现的接口自动化框架。
5
5
 
6
- * git地址: [https://gitee.com/yu_xiao_qi/pytest-auto-api2](https://gitee.com/yu_xiao_qi/pytest-auto-api2)
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
- ![img.png](Files/image/wechat.png)
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
- ![img_1.png](Files/image/img_1.png) ![img_1.png](Files/image/weixin_pay.png)
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.0"
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
- api2 = "pytest_auto_api2.cli:main"
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*"]
@@ -1,4 +1,4 @@
1
1
  """pytest-auto-api2 namespace package."""
2
2
 
3
3
  __all__ = ["__version__"]
4
- __version__ = "0.2.0"
4
+ __version__ = "0.2.1"