Mountain Climber Assignment
Instructions are extremely similar to those of A1:
- Get a virtual environment up and running
python -m pip install -r requirements.txt
(Replacing python with python3 or py - whatever works)
python main.py
python run_tests.py
python run_tests.py 1
will run all tests marked with @number("1.x")
.