Framework Mode - Shared expensive resource patterns
Folder Structure
tests/ ├── test_feature_a.py ├── test_feature_b.py ├── conftest.py # Shared fixtures and resource setup utilities/ ├── db_helper.py # Database connection helpers ├── api_client.py # API client utilities configs/ ├── config.yaml # Environment and credentials reports/ ├── latest_report.html pytest.ini # Pytest configuration file