feat: 添加JoyHub运费模板和Banner管理接口用例

This commit is contained in:
2026-05-06 10:54:03 +08:00
parent cc6733a8fb
commit 86f4e8288e
89 changed files with 11557 additions and 3 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# 测试报告和结果目录
dulizhan/test_case/reports/
allure-results/
allure-report/
pytest-html/
allure/
allure.zip
zhyy/test_case/reports/
# pytest 缓存
.pytest_cache/
__pycache__/
# Python 编译文件
*.pyc
*.pyo
*.pyd
*.egg-info/
.eggs/
# 日志文件
*.log
logs/
# 临时文件
*.tmp
*.temp
.DS_Store
Thumbs.db
# IDE 配置
.idea/
.vscode/
.project
.pydevproject
# 虚拟环境
venv/
env/
.env/
# 数据库文件
*.db
*.sqlite