Input files and other data for Advent of Code dojo.
The pytest
, ipython
and ipdb
packages can be installed with:
pip install -r requirements.txt
Run tests with:
export PYTHONPATH=.
pytest -vs test_day1.py
The input files are all present in the repository:
- day1_input.txt
- day2_input.txt
- day3_input.txt
- day4_input.txt
- day5_input.txt