This is a uni project for Python class.
Ensure you have Python 3 and pytest isntalled, and run the following commands to set up the development environment:
python3 -m venv venv
source ./venv/bin/activate
With the development environment already set up, run the following command to use the vending machine:
python main.py
With the development environment already set up, run the following command to run all tests:
python -m pytest