├── config/ # 配置层:被测地址、账号等全局配置 │ └── settings.yaml ├── common/ # 工具层:可复用的底层封装 │ ├── requests_util.py HTTP 请求封装(Session 管理、自动日志 ...
pytest-describe is a plugin for pytest that allows tests to be written in arbitrary nested describe-blocks, similar to RSpec (Ruby) and Jasmine (JavaScript). It has the additional advantage that you ...