Framework Mode - Why advanced fixtures handle complex scenarios
Folder Structure
project-root/
├── tests/
│ ├── test_login.py
│ ├── test_checkout.py
│ └── test_api.py
├── fixtures/
│ ├── conftest.py
│ └── db_fixtures.py
├── utils/
│ ├── helpers.py
│ └── api_client.py
├── config/
│ ├── config.yaml
│ └── secrets.yaml
└── pytest.ini