Execution Checklist
Execution Checklist
Setup:
- pytest and pytest-cov installed
- Project has src/ directory structure
- tests/ directory exists
Generation:
- Generate pytest.ini
- Generate conftest.py
- Create example test file
- Configure coverage
Verification:
- Run
pytest --collect-onlyto verify discovery - Run
pytest -vto execute tests - Check coverage report