project-root/
├── tests/
│ ├── test_login.py
│ ├── test_checkout.py
│ └── conftest.py
├── reports/
│ └── latest_report.html
├── pytest.ini
└── requirements.txt
This structure keeps tests in tests/, reports in reports/, and config files at root.