Advent of Code 2022 using Python and BDD Install requirements pip install -r requirements.txt Run all the tests Export day* to Python path to allow import from dayX folder export PYTHONPATH="." for d in day*; do mamba $d; done