(2023-03-29)1. 完成api自动化测试框架的搭建 2. 增加示例的测试用例,包括自动 生成以及手动编写

This commit is contained in:
floraachy
2023-05-17 17:00:38 +08:00
parent f80f054c53
commit 1f06223170
29 changed files with 1433 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# generate by pycharm
.idea
.pytest_cache
__pycache__
*.pytest_cache
*__pycache__
# code related
outputs
Pipfile.lock
test_case/test_auto_case