Framework Mode - Grouping related tests
Folder Structure
tests/ ├── unit/ │ ├── test_math_operations.py │ └── test_string_utils.py ├── integration/ │ ├── test_api_endpoints.py │ └── test_database.py ├── functional/ │ ├── test_user_login.py │ └── test_shopping_cart.py ├── conftest.py └── pytest.ini