Proposed solutions in Python to adventofcode.com/2017 using the Python standard library and pytest for testing
This is necessary only if you want to run tests
pip install -r requirements.txt
To run tests:
pytest file_name.py
or with -v
option to get some extra info.