Framework Mode - Assert with messages
Folder Structure
test_project/ ├── tests/ │ ├── test_example.py │ └── test_login.py ├── utils/ │ └── helpers.py ├── conftest.py └── pytest.ini
This structure keeps tests separate from utility code and configuration.