Framework Mode - Why coverage measures test completeness
Folder Structure of a Pytest Project with Coverage
project-root/ ├── src/ │ └── app.py ├── tests/ │ ├── test_app.py │ └── __init__.py ├── .coveragerc ├── pytest.ini ├── requirements.txt └── README.md