Simple repo to learn how the break statement works in Python π
This repo assumes that pyenv and Poetry are already installed and configured.
- clone the repo and cd into it
- activate a compatible python version:
pyenv local 3.8.6
- install the repo with all its dependencies:
poetry install
poetry run pytest tests -vv --cov-report term-missing --cov=src
Why the break
statement line is missing? π€