pytest_allure_test/ ├── src/ # 源代码目录 │ ├── __init__.py │ ├── user.py # 用户数据模型 │ ├── user_management.py ...
This repository has examples of different test artifacts and techniques, mostly with pytest, in the most usual situations like API frameworks and Database interaction. Additionally, it has some ...