Skip to content

Sonickers/uni-vending-machine

Repository files navigation

Vending Machine project

This is a uni project for Python class.

Setting up development environment

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

How to run

With the development environment already set up, run the following command to use the vending machine:

python main.py

How to run tests

With the development environment already set up, run the following command to run all tests:

python -m pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages