You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing dependencies in a pypoetry virtual environment
poetry install --with test
Running
poetry run python main.py
Testing
poetry run sh test.sh
Comments
This solution is a bit over-engineered for such a simple problem...
That being said it still lacks in a few respects, most notably in exception handling. See TODO file.